Package | Description |
---|---|
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected DocumentCleanupQueue |
DocCleanupResetManager.ddq |
protected DocumentCleanupQueue |
DocumentCleanupStufferThread.documentCleanupQueue
This is a reference to the static main document queue
|
protected DocumentCleanupQueue |
DocumentCleanupThread.documentCleanupQueue
This is a reference to the static main document queue
|
protected DocumentCleanupQueue |
ExpireStufferThread.documentQueue
This is a reference to the static main document expiration queue
|
protected DocumentCleanupQueue |
ExpireThread.documentQueue
This is a reference to the static main document queue
|
protected DocumentCleanupQueue |
WorkerResetManager.eq
The expiration queue
|
Constructor and Description |
---|
DocCleanupResetManager(DocumentCleanupQueue ddq,
java.lang.String processID)
Constructor.
|
DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue,
int n,
DocCleanupResetManager resetManager,
java.lang.String processID)
Constructor.
|
DocumentCleanupThread(java.lang.String id,
DocumentCleanupQueue documentCleanupQueue,
DocCleanupResetManager resetManager,
java.lang.String processID)
Constructor.
|
ExpireStufferThread(DocumentCleanupQueue documentQueue,
int n,
WorkerResetManager resetManager,
java.lang.String processID)
Constructor.
|
ExpireThread(java.lang.String id,
DocumentCleanupQueue documentQueue,
WorkerResetManager resetManager,
java.lang.String processID)
Constructor.
|
WorkerResetManager(DocumentQueue dq,
DocumentCleanupQueue eq,
java.lang.String processID)
Constructor.
|