Package | Description |
---|---|
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DocumentCleanupSet> |
DocumentCleanupQueue.queue |
Modifier and Type | Method and Description |
---|---|
DocumentCleanupSet |
DocumentCleanupQueue.getDocuments()
Pull a document set off the queue, and wait if there is
nothing there.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentCleanupQueue.addDocuments(DocumentCleanupSet dd)
Add a document set to the queue.
|