public static enum ChannelMetricsHandler.ChannelMetrics extends Enum<ChannelMetricsHandler.ChannelMetrics>
Enum Constant and Description |
---|
ADDRESS |
ADDRESS_AS_UUID |
DISCARD_OWN_MESSAGES |
NUM_TASKS_IN_TIMER |
NUM_TIMER_THREADS |
RECEIVED_BYTES |
RECEIVED_MESSAGES |
SENT_BYTES |
SENT_MESSAGES |
STATE |
STATS_ENABLED |
VERSION |
VIEW |
Modifier and Type | Method and Description |
---|---|
static ChannelMetricsHandler.ChannelMetrics |
getStat(String stringForm) |
String |
toString() |
static ChannelMetricsHandler.ChannelMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMetricsHandler.ChannelMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelMetricsHandler.ChannelMetrics ADDRESS
public static final ChannelMetricsHandler.ChannelMetrics ADDRESS_AS_UUID
public static final ChannelMetricsHandler.ChannelMetrics DISCARD_OWN_MESSAGES
public static final ChannelMetricsHandler.ChannelMetrics NUM_TASKS_IN_TIMER
public static final ChannelMetricsHandler.ChannelMetrics NUM_TIMER_THREADS
public static final ChannelMetricsHandler.ChannelMetrics RECEIVED_BYTES
public static final ChannelMetricsHandler.ChannelMetrics RECEIVED_MESSAGES
public static final ChannelMetricsHandler.ChannelMetrics SENT_BYTES
public static final ChannelMetricsHandler.ChannelMetrics SENT_MESSAGES
public static final ChannelMetricsHandler.ChannelMetrics STATE
public static final ChannelMetricsHandler.ChannelMetrics STATS_ENABLED
public static final ChannelMetricsHandler.ChannelMetrics VERSION
public static final ChannelMetricsHandler.ChannelMetrics VIEW
public static ChannelMetricsHandler.ChannelMetrics[] values()
for (ChannelMetricsHandler.ChannelMetrics c : ChannelMetricsHandler.ChannelMetrics.values()) System.out.println(c);
public static ChannelMetricsHandler.ChannelMetrics 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 toString()
toString
in class Enum<ChannelMetricsHandler.ChannelMetrics>
public static ChannelMetricsHandler.ChannelMetrics getStat(String stringForm)
Copyright © 2013 JBoss by Red Hat. All rights reserved.