Class TestRegionIncrement.SingleCellIncrementer
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.regionserver.TestRegionIncrement.SingleCellIncrementer
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestRegionIncrement
Increments a single cell a bunch of times.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final org.apache.hadoop.hbase.client.Incrementprivate final org.apache.hadoop.hbase.regionserver.HRegionFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionSingleCellIncrementer(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, org.apache.hadoop.hbase.client.Increment increment) -
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
-
count
-
region
-
increment
-
-
Constructor Details
-
SingleCellIncrementer
SingleCellIncrementer(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, org.apache.hadoop.hbase.client.Increment increment)
-
-
Method Details