Package | Description |
---|---|
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|