Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.BufferedMutatorTest
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
org.apache.hadoop.hbase.rest.PerformanceEvaluation.BufferedMutatorTest
- Direct Known Subclasses:
PerformanceEvaluation.RandomWriteTest
,PerformanceEvaluation.SequentialWriteTest
- Enclosing class:
- PerformanceEvaluation
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected org.apache.hadoop.hbase.client.BufferedMutator
Fields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL
-
Constructor Summary
ConstructorDescriptionBufferedMutatorTest
(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
-
mutator
-
flushCommits
-
-
Constructor Details
-
BufferedMutatorTest
public BufferedMutatorTest(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
-