Uses of Enum Class
org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf.Stat
-
Uses of IntegrationTestRegionReplicaPerf.Stat in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IntegrationTestRegionReplicaPerf.Stat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.