class Replica.ReplayThread extends StoppableThread
Modifier and Type | Field and Description |
---|---|
(package private) com.sleepycat.je.rep.impl.node.Replica.ReplayExitType |
exitRequest
Set asynchronously when a shutdown is being requested.
|
envImpl
Modifier | Constructor and Description |
---|---|
protected |
Replica.ReplayThread(EnvironmentImpl envImpl,
java.lang.String threadName) |
Modifier and Type | Method and Description |
---|---|
protected java.util.logging.Logger |
getLogger() |
protected int |
initiateSoftShutdown()
Threads that use shutdownThread() must define this method.
|
void |
run() |
cleanup, getSavedShutdownException, getTotalCpuTime, getTotalUserTime, isShutdown, saveShutdownException, setExceptionListener, shutdownDone, shutdownThread
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
volatile com.sleepycat.je.rep.impl.node.Replica.ReplayExitType exitRequest
protected Replica.ReplayThread(EnvironmentImpl envImpl, java.lang.String threadName)
protected int initiateSoftShutdown()
StoppableThread
initiateSoftShutdown
in class StoppableThread
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
protected java.util.logging.Logger getLogger()
getLogger
in class StoppableThread
Copyright (c) 2004-2012 Oracle. All rights reserved.