Uses of Interface
org.apache.hadoop.hbase.rest.PerformanceEvaluation.Status
Packages that use PerformanceEvaluation.Status
-
Uses of PerformanceEvaluation.Status in org.apache.hadoop.hbase.rest
Fields in org.apache.hadoop.hbase.rest declared as PerformanceEvaluation.StatusModifier and TypeFieldDescriptionprivate final PerformanceEvaluation.StatusPerformanceEvaluation.Test.statusMethods in org.apache.hadoop.hbase.rest with parameters of type PerformanceEvaluation.StatusModifier and TypeMethodDescription(package private) longPerformanceEvaluation.runOneClient(Class<? extends PerformanceEvaluation.Test> cmd, int startRow, int perClientRunRows, int totalRows, boolean flushCommits, boolean writeToWAL, boolean useTags, int noOfTags, org.apache.hadoop.hbase.client.Connection connection, PerformanceEvaluation.Status status) Constructors in org.apache.hadoop.hbase.rest with parameters of type PerformanceEvaluation.StatusModifierConstructorDescriptionBufferedMutatorTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)FilteredScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomReadTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomScanWithRange10000Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomScanWithRange1000Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomScanWithRange100Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomScanWithRange10Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomScanWithRangeTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomSeekScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)RandomWriteTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)ScanTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)SequentialReadTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)SequentialWriteTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) TableTest(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)Test(org.apache.hadoop.conf.Configuration conf, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) Note that all subclasses of this class must provide a public contructor that has the exact same list of arguments.