public class DocumentCleanupStufferThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected DocumentCleanupQueue |
documentCleanupQueue
This is a reference to the static main document 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 DocCleanupResetManager |
resetManager
This is the reset manager
|
Constructor and Description |
---|
DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue,
int n,
DocCleanupResetManager 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 documentCleanupQueue
protected final DocCleanupResetManager resetManager
protected final int n
protected final java.lang.String processID
public DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue, int n, DocCleanupResetManager resetManager, java.lang.String processID) throws ManifoldCFException
documentCleanupQueue
- is the document queue we'll be stuffing.n
- is the maximum number of threads that will be doing delete processing.ManifoldCFException