Class TestHRegionServerBulkLoad.AtomicScanReader
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.AtomicScanReader
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestHRegionServerBulkLoad
public static class TestHRegionServerBulkLoad.AtomicScanReader
extends MultithreadedTestUtil.RepeatingTestThread
Thread that does full scans of the table looking for any partially completed rows.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescription(package private) AtomicLong
(package private) AtomicLong
(package private) org.apache.hadoop.hbase.client.Table
(package private) org.apache.hadoop.hbase.TableName
(package private) byte[][]
Fields inherited from class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
ctx, stopped
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionAtomicScanReader
(org.apache.hadoop.hbase.TableName TABLE_NAME, MultithreadedTestUtil.TestContext ctx, byte[][] targetFamilies) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
doWork, workDone
Methods inherited from class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
run, stopTestThread
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
-
targetFamilies
byte[][] targetFamilies -
table
org.apache.hadoop.hbase.client.Table table -
numScans
-
numRowsScanned
-
TABLE_NAME
org.apache.hadoop.hbase.TableName TABLE_NAME
-
-
Constructor Details
-
AtomicScanReader
public AtomicScanReader(org.apache.hadoop.hbase.TableName TABLE_NAME, MultithreadedTestUtil.TestContext ctx, byte[][] targetFamilies) throws IOException - Throws:
IOException
-
-
Method Details
-
doAnAction
- Specified by:
doAnAction
in classMultithreadedTestUtil.RepeatingTestThread
- Throws:
Exception
-