Uses of Class
org.apache.manifoldcf.crawler.interfaces.BlockingDocuments
-
Packages that use BlockingDocuments Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system -
-
Uses of BlockingDocuments in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type BlockingDocuments 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 BlockingDocuments in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs with parameters of type BlockingDocuments 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.void
JobManager.ThrottleLimit. tallyBlockingDocuments(BlockingDocuments blockingDocuments)
Transfer blocking documents discovered to BlockingDocuments object -
Uses of BlockingDocuments in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as BlockingDocuments Modifier and Type Field Description protected BlockingDocuments
SetPriorityThread. blockingDocuments
The blocking documents objectprotected BlockingDocuments
StufferThread. blockingDocuments
Blocking documents object.Constructors in org.apache.manifoldcf.crawler.system with parameters of type BlockingDocuments Constructor Description SetPriorityThread(int workerThreadCount, BlockingDocuments blockingDocuments, java.lang.String processID)
Constructor.StufferThread(DocumentQueue documentQueue, int n, WorkerResetManager resetManager, QueueTracker qt, BlockingDocuments blockingDocuments, float lowWaterFactor, float stuffSizeFactor, java.lang.String processID)
Constructor.
-