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.resultsMethods 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.RunResultPerformanceEvaluation.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 TypeMethodDescriptionintPerformanceEvaluation.RunResult.compareTo(PerformanceEvaluation.RunResult o) Constructors in org.apache.hadoop.hbase with parameters of type PerformanceEvaluation.RunResultModifierConstructorDescriptionTimingResult(long numRows, long elapsedTime, PerformanceEvaluation.RunResult[] results)