static class PerformanceEvaluation.AsyncRandomReadTest extends PerformanceEvaluation.AsyncTableTest
| Modifier and Type | Field and Description | 
|---|---|
private org.apache.hadoop.hbase.client.Consistency | 
consistency  | 
private ArrayList<org.apache.hadoop.hbase.client.Get> | 
gets  | 
private Random | 
rd  | 
tableconnectionconf, opts, rand| Constructor and Description | 
|---|
AsyncRandomReadTest(org.apache.hadoop.hbase.client.AsyncConnection con,
                   PerformanceEvaluation.TestOptions options,
                   PerformanceEvaluation.Status status)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getReportingPeriod()  | 
static <V> V | 
propagate(Callable<V> callable)  | 
static RuntimeException | 
runtime(Throwable e)  | 
(package private) boolean | 
testRow(int i)
Test for individual row. 
 | 
protected void | 
testTakedown()  | 
onStartup, onTakedowngenerateStatus, getLastRow, getLatencyHistogram, getShortLatencyReport, getShortValueSizeReport, getStartRow, getValueLength, isRandomValueSize, test, testSetup, testTimed, updateScanMetrics, updateValueSize, updateValueSize, updateValueSizeprivate final org.apache.hadoop.hbase.client.Consistency consistency
AsyncRandomReadTest(org.apache.hadoop.hbase.client.AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
boolean testRow(int i) throws IOException, InterruptedException
PerformanceEvaluation.TestBasetestRow in class PerformanceEvaluation.TestBasei - Row index.IOExceptionInterruptedExceptionpublic static RuntimeException runtime(Throwable e)
protected int getReportingPeriod()
getReportingPeriod in class PerformanceEvaluation.TestBaseprotected void testTakedown() throws IOException
testTakedown in class PerformanceEvaluation.TestBaseIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.