Uses of Class
org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
Packages that use PerformanceEvaluation.RunResult
-
Uses of PerformanceEvaluation.RunResult in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as PerformanceEvaluation.RunResultModifier and TypeFieldDescriptionfinal PerformanceEvaluation.RunResult[]
IntegrationTestRegionReplicaPerf.TimingResult.results
Methods in org.apache.hadoop.hbase that return PerformanceEvaluation.RunResultModifier 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) Methods in org.apache.hadoop.hbase with parameters of type PerformanceEvaluation.RunResultModifier and TypeMethodDescriptionint
PerformanceEvaluation.RunResult.compareTo
(PerformanceEvaluation.RunResult o) Constructors in org.apache.hadoop.hbase with parameters of type PerformanceEvaluation.RunResultModifierConstructorDescriptionTimingResult
(long numRows, long elapsedTime, PerformanceEvaluation.RunResult[] results)