Uses of Class
org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
-
Uses of PerformanceEvaluation.RunResult in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionfinal PerformanceEvaluation.RunResult[]
IntegrationTestRegionReplicaPerf.TimingResult.results
Modifier and TypeMethodDescription(package private) static PerformanceEvaluation.RunResult[]
PerformanceEvaluation.doLocalClients
(PerformanceEvaluation.TestOptions opts, org.apache.hadoop.conf.Configuration conf) (package private) static PerformanceEvaluation.RunResult
PerformanceEvaluation.runOneClient
(Class<? extends PerformanceEvaluation.TestBase> cmd, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Connection con, org.apache.hadoop.hbase.client.AsyncConnection asyncCon, PerformanceEvaluation.TestOptions opts, PerformanceEvaluation.Status status) Modifier and TypeMethodDescriptionint
PerformanceEvaluation.RunResult.compareTo
(PerformanceEvaluation.RunResult o) ModifierConstructorDescriptionTimingResult
(long numRows, long elapsedTime, PerformanceEvaluation.RunResult[] results)