Class PerformanceEvaluation.TestOptions

java.lang.Object
org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions
Enclosing class:
PerformanceEvaluation

Wraps up options passed to PerformanceEvaluation. This makes tracking all these arguments a little easier. NOTE: ADDING AN OPTION, you need to add a data member, a getter/setter (to make JSON serialization of this TestOptions class behave), and you need to add to the clone constructor below copying your new option from the 'that' to the 'this'. Look for 'clone' below.