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) boolean |
testRow(int i)
Test for individual row.
|
(package private) void |
testTakedown() |
onTakedowngenerateStatus, 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.TestBaseIOExceptionboolean testRow(int i) throws IOException
PerformanceEvaluation.TestBasetestRow in class PerformanceEvaluation.TestBasei - Row index.IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.