public enum MetricAttribute extends java.lang.Enum<MetricAttribute>
Enum Constant and Description |
---|
COUNT |
M1_RATE |
M15_RATE |
M5_RATE |
MAX |
MEAN |
MEAN_RATE |
MIN |
P50 |
P75 |
P95 |
P98 |
P99 |
P999 |
STDDEV |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
static MetricAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricAttribute MAX
public static final MetricAttribute MEAN
public static final MetricAttribute MIN
public static final MetricAttribute STDDEV
public static final MetricAttribute P50
public static final MetricAttribute P75
public static final MetricAttribute P95
public static final MetricAttribute P98
public static final MetricAttribute P99
public static final MetricAttribute P999
public static final MetricAttribute COUNT
public static final MetricAttribute M1_RATE
public static final MetricAttribute M5_RATE
public static final MetricAttribute M15_RATE
public static final MetricAttribute MEAN_RATE
public static MetricAttribute[] values()
for (MetricAttribute c : MetricAttribute.values()) System.out.println(c);
public static MetricAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCode()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"