Uses of Enum Class
com.bytedesk.kbase.llm_website.crawl.WebsiteCrawlStatus
Packages that use WebsiteCrawlStatus
-
Uses of WebsiteCrawlStatus in com.bytedesk.kbase.llm_website.crawl
Fields in com.bytedesk.kbase.llm_website.crawl declared as WebsiteCrawlStatusMethods in com.bytedesk.kbase.llm_website.crawl that return WebsiteCrawlStatusModifier and TypeMethodDescriptionstatic WebsiteCrawlStatusReturns the enum constant of this class with the specified name.static WebsiteCrawlStatus[]WebsiteCrawlStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.kbase.llm_website.crawl with parameters of type WebsiteCrawlStatusModifier and TypeMethodDescriptionlongWebsiteCrawlTaskRepository.countByStatus(WebsiteCrawlStatus status) 统计指定状态的任务数量WebsiteCrawlTaskRepository.findByStatusOrderByCreatedAtDesc(WebsiteCrawlStatus status) 根据状态查找任务WebsiteCrawlTaskRepository.findByWebsiteUidAndStatusOrderByCreatedAtDesc(String websiteUid, WebsiteCrawlStatus status) 根据网站UID和状态查找任务