public static enum Metrics.Name extends Enum<Metrics.Name>
| Modifier and Type | Field and Description |
|---|---|
String |
description |
| 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 REQUESTS_RECEIVED_COUNT
public static final Metrics.Name EXPECTATIONS_NOT_MATCHED_COUNT
public static final Metrics.Name RESPONSE_EXPECTATIONS_MATCHED_COUNT
public static final Metrics.Name FORWARD_EXPECTATIONS_MATCHED_COUNT
public static final Metrics.Name FORWARD_ACTIONS_COUNT
public static final Metrics.Name FORWARD_TEMPLATE_ACTIONS_COUNT
public static final Metrics.Name FORWARD_CLASS_CALLBACK_ACTIONS_COUNT
public static final Metrics.Name FORWARD_OBJECT_CALLBACK_ACTIONS_COUNT
public static final Metrics.Name FORWARD_REPLACE_ACTIONS_COUNT
public static final Metrics.Name RESPONSE_ACTIONS_COUNT
public static final Metrics.Name RESPONSE_TEMPLATE_ACTIONS_COUNT
public static final Metrics.Name RESPONSE_CLASS_CALLBACK_ACTIONS_COUNT
public static final Metrics.Name RESPONSE_OBJECT_CALLBACK_ACTIONS_COUNT
public static final Metrics.Name ERROR_ACTIONS_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_CLIENTS_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_RESPONSE_HANDLERS_COUNT
public static final Metrics.Name WEBSOCKET_CALLBACK_FORWARD_HANDLERS_COUNT
public final String description
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 © 2023. All rights reserved.