public static enum Metric.HttpDispatcher extends Enum<Metric.HttpDispatcher> implements Metric.Value
Enum Constant and Description |
---|
AVERAGE_CALL_TIME |
AVERAGE_EXCLUSIVE_TIME |
AVERAGE_RESPONSE_TIME |
AVERAGE_VALUE |
CALL_COUNT |
CALLS_PER_MINUTE |
MAX_RESPONSE_TIME |
MIN_RESPONSE_TIME |
REQUESTS_PER_MINUTE |
STANDARD_DEVIATION |
TOTAL_CALL_TIME_PER_MINUTE |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static Metric.HttpDispatcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric.HttpDispatcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric.HttpDispatcher AVERAGE_RESPONSE_TIME
public static final Metric.HttpDispatcher CALLS_PER_MINUTE
public static final Metric.HttpDispatcher CALL_COUNT
public static final Metric.HttpDispatcher MIN_RESPONSE_TIME
public static final Metric.HttpDispatcher MAX_RESPONSE_TIME
public static final Metric.HttpDispatcher AVERAGE_EXCLUSIVE_TIME
public static final Metric.HttpDispatcher AVERAGE_VALUE
public static final Metric.HttpDispatcher TOTAL_CALL_TIME_PER_MINUTE
public static final Metric.HttpDispatcher REQUESTS_PER_MINUTE
public static final Metric.HttpDispatcher STANDARD_DEVIATION
public static final Metric.HttpDispatcher AVERAGE_CALL_TIME
public static Metric.HttpDispatcher[] values()
for (Metric.HttpDispatcher c : Metric.HttpDispatcher.values()) System.out.println(c);
public static Metric.HttpDispatcher 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 value()
value
in interface Metric.Value
Copyright © 2018. All rights reserved.