Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.TableTest
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
org.apache.hadoop.hbase.rest.PerformanceEvaluation.TableTest
- Direct Known Subclasses:
PerformanceEvaluation.FilteredScanTest
,PerformanceEvaluation.RandomReadTest
,PerformanceEvaluation.RandomScanWithRangeTest
,PerformanceEvaluation.RandomSeekScanTest
,PerformanceEvaluation.ScanTest
,PerformanceEvaluation.SequentialReadTest
- Enclosing class:
- PerformanceEvaluation
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL
-
Constructor Summary
ConstructorDescriptionTableTest
(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
Methods inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
generateStatus, getReportingPeriod, test, testRow, testTimed
-
Field Details
-
table
-
-
Constructor Details
-
TableTest
public TableTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)
-
-
Method Details
-
testSetup
- Specified by:
testSetup
in classPerformanceEvaluation.Test
- Throws:
IOException
-
testTakedown
- Specified by:
testTakedown
in classPerformanceEvaluation.Test
- Throws:
IOException
-