Uses of Class
org.apache.manifoldcf.crawler.system.DocCleanupResetManager
-
Packages that use DocCleanupResetManager Package Description org.apache.manifoldcf.crawler.system -
-
Uses of DocCleanupResetManager in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as DocCleanupResetManager Modifier and Type Field Description protected DocCleanupResetManager
CrawlerAgent. docCleanupResetManager
Cleanup thread pool reset managerprotected DocCleanupResetManager
DocumentCleanupStufferThread. resetManager
This is the reset managerprotected DocCleanupResetManager
DocumentCleanupThread. resetManager
Delete thread pool reset managerConstructors in org.apache.manifoldcf.crawler.system with parameters of type DocCleanupResetManager Constructor Description 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.
-