Package org.apache.hadoop.hbase.util
Class MultiThreadedReaderWithACL
java.lang.Object
org.apache.hadoop.hbase.util.MultiThreadedAction
org.apache.hadoop.hbase.util.MultiThreadedReader
org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL
A MultiThreadReader that helps to work with ACL
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.apache.hadoop.hbase.util.MultiThreadedReaderMultiThreadedReader.HBaseReaderThreadNested classes/interfaces inherited from class org.apache.hadoop.hbase.util.MultiThreadedActionMultiThreadedAction.DefaultDataGenerator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final org.slf4j.Loggerprivate String[]Maps user with Table instance.Fields inherited from class org.apache.hadoop.hbase.util.MultiThreadedReaderaborted, DEFAULT_BATCH_SIZE, DEFAULT_KEY_WINDOW, DEFAULT_MAX_ERRORS, nullResult, numKeysVerified, numReadErrors, numReadFailures, readers, writerFields inherited from class org.apache.hadoop.hbase.util.MultiThreadedActionconf, connection, dataGenerator, endKey, numCols, numKeys, numThreads, numThreadsWorking, REPORTING_INTERVAL_MS, startKey, tableName, totalOpTimeMs, verbose
- 
Constructor SummaryConstructorsConstructorDescriptionMultiThreadedReaderWithACL(LoadTestDataGenerator dataGen, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName tableName, double verifyPercent, String userNames) 
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.util.MultiThreadedReadercreateReaderThread, getNullResultsCount, getNumKeysVerified, getNumReadErrors, getNumReadFailures, getNumUniqueKeysVerified, linkToWriter, progressInfo, setKeyWindow, setMaxErrors, setMultiGetBatchSize, setRegionReplicaId, startMethods inherited from class org.apache.hadoop.hbase.util.MultiThreadedActionappendToStatus, appendToStatus, close, getEndKey, isDone, startThreads, verifyResultAgainstDataGenerator, verifyResultAgainstDataGenerator, waitForFinish
- 
Field Details- 
LOG
- 
COMMA- See Also:
 
- 
userVsTableMaps user with Table instance. Because the table instance has to be created per user inorder to work in that user's context
- 
users
- 
userNames
 
- 
- 
Constructor Details- 
MultiThreadedReaderWithACLpublic MultiThreadedReaderWithACL(LoadTestDataGenerator dataGen, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName tableName, double verifyPercent, String userNames) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
addReaderThreads- Overrides:
- addReaderThreadsin class- MultiThreadedReader
- Throws:
- IOException
 
 
-