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 SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final org.apache.hadoop.hbase.client.Increment[]private final org.apache.hadoop.hbase.regionserver.HRegionFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Constructor SummaryConstructorsConstructorDescriptionCrossRowCellIncrementer(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, int range) 
- 
Method SummaryMethods inherited from class java.lang.ThreadactiveCount, 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- 
count
- 
region
- 
increments
 
- 
- 
Constructor Details- 
CrossRowCellIncrementerCrossRowCellIncrementer(int i, int count, org.apache.hadoop.hbase.regionserver.HRegion region, int range) 
 
- 
- 
Method Details