public static enum MetricsAggregationParameter.AggregationMode extends Enum<MetricsAggregationParameter.AggregationMode>
Modifier and Type | Method and Description |
---|---|
static MetricsAggregationParameter.AggregationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsAggregationParameter.AggregationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsAggregationParameter.AggregationMode MIN
public static final MetricsAggregationParameter.AggregationMode MAX
public static final MetricsAggregationParameter.AggregationMode SUM
public static final MetricsAggregationParameter.AggregationMode AVG
public static MetricsAggregationParameter.AggregationMode[] values()
for (MetricsAggregationParameter.AggregationMode c : MetricsAggregationParameter.AggregationMode.values()) System.out.println(c);
public static MetricsAggregationParameter.AggregationMode 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 nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.