private static enum IntegrationTestRegionReplicaPerf.Stat extends Enum<IntegrationTestRegionReplicaPerf.Stat>
Histogram.| Modifier and Type | Method and Description | 
|---|---|
(package private) abstract double | 
apply(com.codahale.metrics.Histogram hist)  | 
static IntegrationTestRegionReplicaPerf.Stat | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static IntegrationTestRegionReplicaPerf.Stat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IntegrationTestRegionReplicaPerf.Stat STDEV
public static final IntegrationTestRegionReplicaPerf.Stat FOUR_9S
public static IntegrationTestRegionReplicaPerf.Stat[] values()
for (IntegrationTestRegionReplicaPerf.Stat c : IntegrationTestRegionReplicaPerf.Stat.values()) System.out.println(c);
public static IntegrationTestRegionReplicaPerf.Stat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullabstract double apply(com.codahale.metrics.Histogram hist)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.