Uses of Class
org.apache.manifoldcf.crawler.interfaces.DepthStatistics
-
Packages that use DepthStatistics Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of DepthStatistics in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type DepthStatistics Modifier and Type Method Description DocumentDescription[]IJobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)Get up to the next n document(s) to be fetched and processed. -
Uses of DepthStatistics in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs with parameters of type DepthStatistics Modifier and Type Method Description DocumentDescription[]JobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)/** Get up to the next n document(s) to be fetched and processed.
-