public class KeepTopThreadGeneric
extends java.lang.Thread
ResultSet keeping a top count of results| Modifier and Type | Field and Description |
|---|---|
static short |
PERPART
The operation should be performed on a per part basis
|
static short |
PERRECORD
The operation should be performed on a per record basis
|
| Constructor and Description |
|---|
KeepTopThreadGeneric(ResultSet rs,
ResultSet rsRead,
int count,
int type)
Creates a new
KeepTopThreadGeneric |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
activeCount, checkAccess, 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, yieldpublic static short PERPART
public static short PERRECORD
public KeepTopThreadGeneric(ResultSet rs, ResultSet rsRead, int count, int type)
KeepTopThreadGeneric