Class TestRegionIncrement.CrossRowCellIncrementer
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.regionserver.TestRegionIncrement.CrossRowCellIncrementer
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestRegionIncrement
Increments a random row's Cell
count
times.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final org.apache.hadoop.hbase.client.Increment[]
private final org.apache.hadoop.hbase.regionserver.HRegion
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionCrossRowCellIncrementer
(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, int range) -
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
-
increments
-
-
Constructor Details
-
CrossRowCellIncrementer
CrossRowCellIncrementer(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, int range)
-
-
Method Details