Package org.apache.zookeeper.server
Class ZooKeeperThread
java.lang.Object
java.lang.Thread
org.apache.zookeeper.server.ZooKeeperThread
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
LearnerHandler
,NIOServerCnxnFactory.SelectorThread
,QuorumCnxManager.Listener
,QuorumPeer
,ZooKeeperCriticalThread
This is the main class for catching all the uncaught exceptions thrown by the
threads.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleException
(String thName, Throwable e) This will be used by the uncaught exception handler and just log a warning message and return.Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
ZooKeeperThread
-
-
Method Details
-
handleException
This will be used by the uncaught exception handler and just log a warning message and return.- Parameters:
thName
- - thread namee
- - exception object
-