Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.RandomReadTest
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
org.apache.hadoop.hbase.rest.PerformanceEvaluation.RandomReadTest
- Enclosing class:
- PerformanceEvaluation
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
table
Fields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL
-
Constructor Summary
ConstructorDescriptionRandomReadTest
(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
(package private) void
testRow
(int i) Test for individual row.Methods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
testSetup, testTakedown
Methods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
generateStatus, test, testTimed
-
Constructor Details
-
RandomReadTest
RandomReadTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
-
-
Method Details
-
testRow
Description copied from class:PerformanceEvaluation.Test
Test for individual row.- Specified by:
testRow
in classPerformanceEvaluation.Test
- Parameters:
i
- Row index.- Throws:
IOException
-
getReportingPeriod
- Overrides:
getReportingPeriod
in classPerformanceEvaluation.Test
-