Uses of Enum Class
org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf.Stat
Packages that use IntegrationTestRegionReplicaPerf.Stat
- 
Uses of IntegrationTestRegionReplicaPerf.Stat in org.apache.hadoop.hbaseMethods 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 doubleIntegrationTestRegionReplicaPerf.calcMean(String desc, IntegrationTestRegionReplicaPerf.Stat stat, List<IntegrationTestRegionReplicaPerf.TimingResult> results) Compute the mean of the givenstatfrom a timing results.