public enum AggregationType extends Enum<AggregationType>
| Modifier and Type | Method and Description |
|---|---|
CacheMapper |
getCacheMapper() |
MetricsTable |
getCacheTable() |
String |
toString() |
static AggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationType RAW
public static final AggregationType ONE_HOUR
public static final AggregationType SIX_HOUR
public static AggregationType[] values()
for (AggregationType c : AggregationType.values()) System.out.println(c);
public static AggregationType 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 nullpublic MetricsTable getCacheTable()
public CacheMapper getCacheMapper()
public String toString()
toString in class Enum<AggregationType>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.