Modifier and Type | Class and Description |
---|---|
protected static class |
ExpireThread.OutputRemoveActivity
The ingest logger class
|
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected DocumentCleanupQueue |
documentQueue
This is a reference to the static main document queue
|
protected String |
id
Thread id
|
protected String |
processID
Process ID
|
protected WorkerResetManager |
resetManager
Worker thread pool reset manager
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
ExpireThread(String id,
DocumentCleanupQueue documentQueue,
WorkerResetManager resetManager,
String processID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static final String _rcsid
protected final String id
protected final DocumentCleanupQueue documentQueue
protected final WorkerResetManager resetManager
protected final String processID
public ExpireThread(String id, DocumentCleanupQueue documentQueue, WorkerResetManager resetManager, String processID) throws ManifoldCFException
id
- is the expire thread id.ManifoldCFException