Uses of Enum
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 type with the specified name.IntegrationTestRegionReplicaPerf.Stat.values()
Returns an array containing the constants of this enum type, 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.