static class PerformanceEvaluation.ScanTest extends PerformanceEvaluation.TableTest
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.ResultScanner |
testScanner |
table
connection
conf, opts, rand
Constructor and Description |
---|
ScanTest(org.apache.hadoop.hbase.client.Connection con,
PerformanceEvaluation.TestOptions options,
PerformanceEvaluation.Status status) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
testRow(int i,
long startTime)
Test for individual row.
|
(package private) void |
testTakedown() |
onStartup, 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
ScanTest(org.apache.hadoop.hbase.client.Connection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
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.