Uses of Enum Class
org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf.Stat
Packages that use IntegrationTestRegionReplicaPerf.Stat
-
Uses of IntegrationTestRegionReplicaPerf.Stat in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return IntegrationTestRegionReplicaPerf.StatModifier 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.Methods in org.apache.hadoop.hbase with parameters of type IntegrationTestRegionReplicaPerf.StatModifier 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.