Package org.apache.hadoop.hbase.client
Class TestAvoidCellReferencesIntoShippedBlocks.ScannerThread
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks.ScannerThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- TestAvoidCellReferencesIntoShippedBlocks
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final org.apache.hadoop.hbase.io.hfile.BlockCacheprivate final org.apache.hadoop.hbase.client.TableFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Constructor SummaryConstructorsConstructorDescriptionScannerThread(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.io.hfile.BlockCache cache) 
- 
Method SummaryMethods inherited from class java.lang.ThreadactiveCount, 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- 
table
- 
cache
 
- 
- 
Constructor Details- 
ScannerThreadpublic ScannerThread(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.io.hfile.BlockCache cache) 
 
- 
- 
Method Details