public enum AutoStopAggregation extends Enum<AutoStopAggregation>
| Enum Constant and Description |
|---|
MAX |
MEAN |
MIN |
PER_SECOND |
PERCENT |
PERCENTILE |
TOTAL |
| Modifier and Type | Method and Description |
|---|---|
AutoStopAggregator<?> |
buildAggregator(AutoStopConditionElement condition) |
String |
getNameFor(AutoStopConditionElement condition) |
static AutoStopAggregation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoStopAggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoStopAggregation MIN
public static final AutoStopAggregation MAX
public static final AutoStopAggregation MEAN
public static final AutoStopAggregation PERCENTILE
public static final AutoStopAggregation TOTAL
public static final AutoStopAggregation PER_SECOND
public static final AutoStopAggregation PERCENT
public static AutoStopAggregation[] values()
for (AutoStopAggregation c : AutoStopAggregation.values()) System.out.println(c);
public static AutoStopAggregation 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 AutoStopAggregator<?> buildAggregator(AutoStopConditionElement condition)
public String getNameFor(AutoStopConditionElement condition)
Copyright © 2024. All rights reserved.