Class TestHRegion.PutThread
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestHRegion
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private Throwable
private byte[][]
private int
private int
private byte[][]
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ModifierConstructorDescriptionprivate
PutThread
(int numRows, byte[][] families, byte[][] qualifiers) -
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
-
done
-
numPutsFinished
-
error
-
numRows
-
families
-
qualifiers
-
-
Constructor Details
-
PutThread
-
-
Method Details
-
waitForFirstPut
Block calling thread until this instance of PutThread has put at least one row.- Throws:
InterruptedException
-
done
-
checkNoError
-
run
-