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