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 |
table
connection
conf, 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,
long startTime)
Test for individual row.
|
(package private) void |
testTakedown() |
onTakedown
generateStatus, getLastRow, getLatencyHistogram, getReportingPeriod, getShortLatencyReport, getShortValueSizeReport, getStartRow, getValueLength, isRandomValueSize, test, testSetup, testTimed, updateScanMetrics, updateValueSize, updateValueSize, updateValueSize, updateValueSize, updateValueSize
private 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.AsyncTableTest
IOException
void testTakedown() throws IOException
testTakedown
in class PerformanceEvaluation.TestBase
IOException
boolean testRow(int i, long startTime) throws IOException
PerformanceEvaluation.TestBase
testRow
in class PerformanceEvaluation.TestBase
i
- Row index.IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.