Uses of Class
org.lockss.laaws.crawler.model.Counter
Packages that use Counter
-
Uses of Counter in org.lockss.laaws.crawler.impl
Methods in org.lockss.laaws.crawler.impl that return CounterModifier and TypeMethodDescriptionstatic CounterApiUtils.makeCounter(org.lockss.laaws.crawler.impl.ApiUtils.COUNTER_KIND kind, String jobId, org.lockss.crawler.CrawlerStatus.UrlCount urlCount) -
Uses of Counter in org.lockss.laaws.crawler.model
Methods in org.lockss.laaws.crawler.model that return CounterModifier and TypeMethodDescription@Valid CounterCrawlStatus.getErrors()Get errors@Valid CounterCrawlStatus.getExcludedItems()Get excludedItems@Valid CounterCrawlStatus.getFetchedItems()Get fetchedItems@Valid CounterCrawlStatus.getNotModifiedItems()Get notModifiedItems@Valid CounterCrawlStatus.getParsedItems()Get parsedItems@Valid CounterCrawlStatus.getPendingItems()Get pendingItemsMethods in org.lockss.laaws.crawler.model with parameters of type CounterModifier and TypeMethodDescriptionCrawlStatus.excludedItems(Counter excludedItems) CrawlStatus.fetchedItems(Counter fetchedItems) CrawlStatus.notModifiedItems(Counter notModifiedItems) CrawlStatus.parsedItems(Counter parsedItems) CrawlStatus.pendingItems(Counter pendingItems) voidvoidCrawlStatus.setExcludedItems(Counter excludedItems) voidCrawlStatus.setFetchedItems(Counter fetchedItems) voidCrawlStatus.setNotModifiedItems(Counter notModifiedItems) voidCrawlStatus.setParsedItems(Counter parsedItems) voidCrawlStatus.setPendingItems(Counter pendingItems)