Uses of Class
org.apache.manifoldcf.crawler.interfaces.PerformanceStatistics
-
Packages that use PerformanceStatistics Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of PerformanceStatistics in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces declared as PerformanceStatistics Modifier and Type Field Description protected PerformanceStatistics
QueueTracker. performanceStatistics
These are the accumulated performance averages for all connections etc.Methods in org.apache.manifoldcf.crawler.interfaces that return PerformanceStatistics Modifier and Type Method Description PerformanceStatistics
QueueTracker. getCurrentStatistics()
Obtain the current performance statistics objectMethods in org.apache.manifoldcf.crawler.interfaces with parameters of type PerformanceStatistics 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 PerformanceStatistics in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs with parameters of type PerformanceStatistics 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.
-