Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.FilteredScanTest
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
org.apache.hadoop.hbase.rest.PerformanceEvaluation.FilteredScanTest
- Enclosing class:
- PerformanceEvaluation
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
tableFields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL -
Constructor Summary
ConstructorsConstructorDescriptionFilteredScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.ScanconstructScan(byte[] valuePrefix) (package private) voidtestRow(int i) Test for individual row.Methods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
testSetup, testTakedownMethods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
generateStatus, getReportingPeriod, test, testTimed
-
Field Details
-
LOG
-
-
Constructor Details
-
FilteredScanTest
FilteredScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
-
-
Method Details
-
testRow
Description copied from class:PerformanceEvaluation.TestTest for individual row.- Specified by:
testRowin classPerformanceEvaluation.Test- Parameters:
i- Row index.- Throws:
IOException
-
constructScan
-