public class DocumentCleanupStufferThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static 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 String |
processID
Process ID
|
protected DocCleanupResetManager |
resetManager
This is the reset manager
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue,
int n,
DocCleanupResetManager 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 DocumentCleanupQueue documentCleanupQueue
protected final DocCleanupResetManager resetManager
protected final int n
protected final String processID
public DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue, int n, DocCleanupResetManager resetManager, 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