|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.system.ResetManager
org.apache.manifoldcf.crawler.system.WorkerResetManager
public class WorkerResetManager
Class which handles reset for worker thread pool. The reset action here is to mark all active documents as being ready for queuing.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected DocumentQueue |
dq
The document queue |
protected DocumentCleanupQueue |
eq
The expiration queue |
| Fields inherited from class org.apache.manifoldcf.crawler.system.ResetManager |
|---|
involvedThreadCount, resetRequired, waitingThreads |
| Constructor Summary | |
|---|---|
WorkerResetManager(DocumentQueue dq,
DocumentCleanupQueue eq)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
performResetLogic(IThreadContext tc)
Reset |
| Methods inherited from class org.apache.manifoldcf.crawler.system.ResetManager |
|---|
noteEvent, registerMe, waitForReset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected DocumentQueue dq
protected DocumentCleanupQueue eq
| Constructor Detail |
|---|
public WorkerResetManager(DocumentQueue dq,
DocumentCleanupQueue eq)
| Method Detail |
|---|
protected void performResetLogic(IThreadContext tc)
throws ManifoldCFException
performResetLogic in class ResetManagerManifoldCFException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||