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) void |
testRow(int i) |
(package private) void |
testTakedown() |
onTakedown
closeConnection, createConnection
generateStatus, getLastRow, getLatencyHistogram, getReportingPeriod, getShortLatencyReport, getShortValueSizeReport, getStartRow, getValueLength, isRandomValueSize, test, testSetup, testTimed, updateScanMetrics, 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
void testRow(int i) throws IOException
testRow
in class PerformanceEvaluation.TestBase
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.