Uses of Class
org.apache.manifoldcf.crawler.system.DocumentCleanupQueue
- 
Packages that use DocumentCleanupQueue Package Description org.apache.manifoldcf.crawler.system  - 
- 
Uses of DocumentCleanupQueue in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as DocumentCleanupQueue Modifier and Type Field Description protected DocumentCleanupQueueDocCleanupResetManager. ddqprotected DocumentCleanupQueueDocumentCleanupStufferThread. documentCleanupQueueThis is a reference to the static main document queueprotected DocumentCleanupQueueDocumentCleanupThread. documentCleanupQueueThis is a reference to the static main document queueprotected DocumentCleanupQueueExpireStufferThread. documentQueueThis is a reference to the static main document expiration queueprotected DocumentCleanupQueueExpireThread. documentQueueThis is a reference to the static main document queueprotected DocumentCleanupQueueWorkerResetManager. eqThe expiration queueConstructors in org.apache.manifoldcf.crawler.system with parameters of type DocumentCleanupQueue Constructor 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. 
 -