Class TestLogRollingNoCluster.Appender
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster.Appender
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestLogRollingNoCluster
Appender thread. Appends to passed wal file.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private Exception
private final org.slf4j.Logger
private final org.apache.hadoop.hbase.client.TableDescriptor
private final org.apache.hadoop.hbase.wal.WAL
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionAppender
(org.apache.hadoop.hbase.client.TableDescriptor metaTableDescriptor, org.apache.hadoop.hbase.wal.WAL wal, int index, int count) -
Method Summary
Methods inherited from class java.lang.Thread
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
-
Field Details
-
log
-
wal
-
count
-
e
-
metaTableDescriptor
-
-
Constructor Details
-
Appender
Appender(org.apache.hadoop.hbase.client.TableDescriptor metaTableDescriptor, org.apache.hadoop.hbase.wal.WAL wal, int index, int count)
-
-
Method Details
-
isException
boolean isException()Returns Call when the thread is done. -
getException
-
run
-