public class ExpireStufferThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected DocumentCleanupQueue |
documentQueue
This is a reference to the static main document expiration queue
|
protected int |
n
This is the number of entries we want to stuff at any one time.
|
protected java.lang.String |
processID
Process ID
|
protected WorkerResetManager |
resetManager
Worker thread pool reset manager
|
Constructor and Description |
---|
ExpireStufferThread(DocumentCleanupQueue documentQueue,
int n,
WorkerResetManager resetManager,
java.lang.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 java.lang.String _rcsid
protected final DocumentCleanupQueue documentQueue
protected final WorkerResetManager resetManager
protected final int n
protected final java.lang.String processID
public ExpireStufferThread(DocumentCleanupQueue documentQueue, int n, WorkerResetManager resetManager, java.lang.String processID) throws ManifoldCFException
documentQueue
- is the document queue we'll be stuffing.n
- represents the number of threads that will be processing queued stuff, NOT the
number of documents to be done at once!ManifoldCFException