public static enum Metrics.Name extends Enum<Metrics.Name>
Modifier and Type | Method and Description |
---|---|
static Metrics.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metrics.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metrics.Name EXPECTATION_NOT_MATCHED_COUNT
public static final Metrics.Name RESPONSE_EXPECTATION_MATCHED_COUNT
public static final Metrics.Name FORWARD_EXPECTATION_MATCHED_COUNT
public static final Metrics.Name ACTION_FORWARD_COUNT
public static final Metrics.Name ACTION_FORWARD_TEMPLATE_COUNT
public static final Metrics.Name ACTION_FORWARD_CLASS_CALLBACK_COUNT
public static final Metrics.Name ACTION_FORWARD_OBJECT_CALLBACK_COUNT
public static final Metrics.Name ACTION_FORWARD_REPLACE_COUNT
public static final Metrics.Name ACTION_RESPONSE_COUNT
public static final Metrics.Name ACTION_RESPONSE_TEMPLATE_COUNT
public static final Metrics.Name ACTION_RESPONSE_CLASS_CALLBACK_COUNT
public static final Metrics.Name ACTION_RESPONSE_OBJECT_CALLBACK_COUNT
public static final Metrics.Name ACTION_ERROR_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_CLIENT_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_RESPONSE_HANDLER_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_FORWARD_HANDLER_COUNT
public static Metrics.Name[] values()
for (Metrics.Name c : Metrics.Name.values()) System.out.println(c);
public static Metrics.Name 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 © 2020. All rights reserved.