@Deprecated public enum AggregationFunction extends Enum<AggregationFunction>
| Enum Constant and Description |
|---|
BOTTOM
Deprecated.
|
COUNT
Deprecated.
|
DERIVATIVE
Deprecated.
|
DIFFERENCE
Deprecated.
|
FIRST
Deprecated.
|
HISTOGRAM
Deprecated.
|
LAST
Deprecated.
|
MAX
Deprecated.
|
MEAN
Deprecated.
|
MEDIAN
Deprecated.
|
MIN
Deprecated.
|
MODE
Deprecated.
|
PERCENTILE
Deprecated.
|
STDDEV
Deprecated.
|
SUM
Deprecated.
|
TOP
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationFunction |
findByName(String name)
Deprecated.
|
String |
getName()
Deprecated.
|
AggregationFunctionValidationRule |
getValidationRule()
Deprecated.
|
static AggregationFunction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AggregationFunction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationFunction MEAN
public static final AggregationFunction MAX
public static final AggregationFunction MIN
public static final AggregationFunction SUM
public static final AggregationFunction COUNT
public static final AggregationFunction FIRST
public static final AggregationFunction LAST
public static final AggregationFunction DIFFERENCE
public static final AggregationFunction DERIVATIVE
public static final AggregationFunction MEDIAN
public static final AggregationFunction PERCENTILE
public static final AggregationFunction TOP
public static final AggregationFunction BOTTOM
public static final AggregationFunction HISTOGRAM
public static final AggregationFunction MODE
public static final AggregationFunction STDDEV
public static AggregationFunction[] values()
for (AggregationFunction c : AggregationFunction.values()) System.out.println(c);
public static AggregationFunction 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 String getName()
public AggregationFunctionValidationRule getValidationRule()
public static AggregationFunction findByName(String name)
name - time unit nameAggregationFunction which name is name (case-insensitive), null otherwiseCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.