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
FieldsModifier and TypeFieldDescriptionprivate final intprivate Exceptionprivate final org.slf4j.Loggerprivate final org.apache.hadoop.hbase.client.TableDescriptorprivate final org.apache.hadoop.hbase.wal.WALFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionAppender(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, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, 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
-