public class MultiThreadedReaderWithACL extends MultiThreadedReader
Modifier and Type | Class and Description |
---|---|
class |
MultiThreadedReaderWithACL.HBaseReaderThreadWithACL |
MultiThreadedReader.HBaseReaderThread
MultiThreadedAction.DefaultDataGenerator
aborted, DEFAULT_BATCH_SIZE, DEFAULT_KEY_WINDOW, DEFAULT_MAX_ERRORS, nullResult, numKeysVerified, numReadErrors, numReadFailures, readers, writer
conf, connection, dataGenerator, endKey, numCols, numKeys, numThreads, numThreadsWorking, REPORTING_INTERVAL_MS, startKey, tableName, totalOpTimeMs, verbose
Constructor and Description |
---|
MultiThreadedReaderWithACL(LoadTestDataGenerator dataGen,
Configuration conf,
TableName tableName,
double verifyPercent,
String userNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
addReaderThreads(int numThreads) |
createReaderThread, getNullResultsCount, getNumKeysVerified, getNumReadErrors, getNumReadFailures, getNumUniqueKeysVerified, linkToWriter, progressInfo, setKeyWindow, setMaxErrors, setMultiGetBatchSize, setRegionReplicaId, start
appendToStatus, appendToStatus, close, getEndKey, isDone, startThreads, verifyResultAgainstDataGenerator, verifyResultAgainstDataGenerator, waitForFinish
public MultiThreadedReaderWithACL(LoadTestDataGenerator dataGen, Configuration conf, TableName tableName, double verifyPercent, String userNames) throws IOException
IOException
protected void addReaderThreads(int numThreads) throws IOException
addReaderThreads
in class MultiThreadedReader
IOException