Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.RandomScanWithRange100Test
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
org.apache.hadoop.hbase.rest.PerformanceEvaluation.RandomScanWithRangeTest
org.apache.hadoop.hbase.rest.PerformanceEvaluation.RandomScanWithRange100Test
- 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
ConstructorDescriptionRandomScanWithRange100Test
(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.util.Pair<byte[],
byte[]> Methods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.RandomScanWithRangeTest
generateStartAndStopRows, getReportingPeriod, testRow
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
-
RandomScanWithRange100Test
RandomScanWithRange100Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
-
-
Method Details
-
getStartAndStopRow
- Specified by:
getStartAndStopRow
in classPerformanceEvaluation.RandomScanWithRangeTest
-