Uses of Class
org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf.TimingResult
Packages that use IntegrationTestRegionReplicaPerf.TimingResult
-
Uses of IntegrationTestRegionReplicaPerf.TimingResult in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return IntegrationTestRegionReplicaPerf.TimingResultMethod parameters in org.apache.hadoop.hbase with type arguments of type IntegrationTestRegionReplicaPerf.TimingResultModifier and TypeMethodDescriptionprivate static double
IntegrationTestRegionReplicaPerf.calcMean
(String desc, IntegrationTestRegionReplicaPerf.Stat stat, List<IntegrationTestRegionReplicaPerf.TimingResult> results) Compute the mean of the givenstat
from a timing results.