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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected org.apache.hadoop.hbase.client.BufferedMutatorFields inherited from class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test
conf, connection, noOfTags, perClientRunRows, rand, startRow, tableName, totalRows, useTags, writeToWAL - 
Constructor Summary
ConstructorsConstructorDescriptionBufferedMutatorTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status)  - 
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidMethods 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:
 testSetupin classPerformanceEvaluation.Test- Throws:
 IOException
 - 
testTakedown
- Specified by:
 testTakedownin classPerformanceEvaluation.Test- Throws:
 IOException
 
 -