static class PerformanceEvaluation.ScanTest extends PerformanceEvaluation.TableTest
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.ResultScanner |
testScanner |
table
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL
Constructor and Description |
---|
ScanTest(org.apache.hadoop.conf.Configuration conf,
PerformanceEvaluation.TestOptions options,
PerformanceEvaluation.Status status) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
testRow(int i)
Test for individual row.
|
(package private) void |
testTakedown() |
testSetup
generateStatus, getReportingPeriod, test, testTimed
private org.apache.hadoop.hbase.client.ResultScanner testScanner
ScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
void testTakedown() throws IOException
testTakedown
in class PerformanceEvaluation.TableTest
IOException
void testRow(int i) throws IOException
PerformanceEvaluation.Test
testRow
in class PerformanceEvaluation.Test
i
- Row index.IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.