public abstract class GridGgfsThread extends Thread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
GridGgfsThread()
Creates
GGFS add-hoc thread. |
protected |
GridGgfsThread(String name)
Creates
GGFS add-hoc thread. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
body()
Thread body.
|
protected void |
cleanup()
Cleanup.
|
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, yieldprotected GridGgfsThread()
GGFS add-hoc thread.protected GridGgfsThread(String name)
GGFS add-hoc thread.name - Thread name.protected abstract void body()
throws InterruptedException
InterruptedException - If interrupted.protected void cleanup()
Copyright © 2014. All rights reserved.