net.opentsdb.core
public static enum Aggregators.Interpolation extends Enum<Aggregators.Interpolation>
Modifier and Type | Method and Description |
---|---|
static Aggregators.Interpolation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregators.Interpolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregators.Interpolation LERP
public static final Aggregators.Interpolation ZIM
public static final Aggregators.Interpolation MAX
public static final Aggregators.Interpolation MIN
public static Aggregators.Interpolation[] values()
for (Aggregators.Interpolation c : Aggregators.Interpolation.values()) System.out.println(c);
public static Aggregators.Interpolation 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 null