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