Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Method and Description |
---|---|
static IntegrationTestRegionReplicaPerf.Stat |
IntegrationTestRegionReplicaPerf.Stat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationTestRegionReplicaPerf.Stat[] |
IntegrationTestRegionReplicaPerf.Stat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static double |
IntegrationTestRegionReplicaPerf.calcMean(String desc,
IntegrationTestRegionReplicaPerf.Stat stat,
List<IntegrationTestRegionReplicaPerf.TimingResult> results)
Compute the mean of the given
stat from a timing results. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.