static class PerformanceEvaluation.AsyncScanTest extends PerformanceEvaluation.AsyncTableTest
| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.hbase.client.AsyncTable<?> |
asyncTable |
private org.apache.hadoop.hbase.client.ResultScanner |
testScanner |
tableconnectionconf, opts, rand| Constructor and Description |
|---|
AsyncScanTest(org.apache.hadoop.hbase.client.AsyncConnection con,
PerformanceEvaluation.TestOptions options,
PerformanceEvaluation.Status status) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
onStartup() |
(package private) void |
testRow(int i) |
(package private) void |
testTakedown() |
onTakedowncloseConnection, createConnectiongenerateStatus, getLastRow, getLatencyHistogram, getReportingPeriod, getShortLatencyReport, getShortValueSizeReport, getStartRow, getValueLength, isRandomValueSize, test, testSetup, testTimed, updateScanMetrics, updateValueSize, updateValueSize, updateValueSizeprivate org.apache.hadoop.hbase.client.ResultScanner testScanner
private org.apache.hadoop.hbase.client.AsyncTable<?> asyncTable
AsyncScanTest(org.apache.hadoop.hbase.client.AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
void onStartup() throws IOException
onStartup in class PerformanceEvaluation.AsyncTableTestIOExceptionvoid testTakedown() throws IOException
testTakedown in class PerformanceEvaluation.TestBaseIOExceptionvoid testRow(int i) throws IOException
testRow in class PerformanceEvaluation.TestBaseIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.