Package | Description |
---|---|
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected DocCleanupResetManager |
CrawlerAgent.docCleanupResetManager
Cleanup thread pool reset manager
|
protected DocCleanupResetManager |
DocumentCleanupStufferThread.resetManager
This is the reset manager
|
protected DocCleanupResetManager |
DocumentCleanupThread.resetManager
Delete thread pool reset manager
|
Constructor and Description |
---|
DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue,
int n,
DocCleanupResetManager resetManager,
String processID)
Constructor.
|
DocumentCleanupThread(String id,
DocumentCleanupQueue documentCleanupQueue,
DocCleanupResetManager resetManager,
String processID)
Constructor.
|