public enum ChannelMetric extends Enum<ChannelMetric> implements Metric<org.jgroups.JChannel>
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 |
---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition()
Returns the definition of this object.
|
static ChannelMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
execute
public static final ChannelMetric ADDRESS
public static final ChannelMetric ADDRESS_AS_UUID
public static final ChannelMetric DISCARD_OWN_MESSAGES
public static final ChannelMetric NUM_TASKS_IN_TIMER
public static final ChannelMetric NUM_TIMER_THREADS
public static final ChannelMetric RECEIVED_BYTES
public static final ChannelMetric RECEIVED_MESSAGES
public static final ChannelMetric SENT_BYTES
public static final ChannelMetric SENT_MESSAGES
public static final ChannelMetric STATE
public static final ChannelMetric STATS_ENABLED
public static final ChannelMetric VERSION
public static final ChannelMetric VIEW
public static ChannelMetric[] values()
for (ChannelMetric c : ChannelMetric.values()) System.out.println(c);
public static ChannelMetric 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 org.jboss.as.controller.AttributeDefinition getDefinition()
Definable
getDefinition
in interface Definable<org.jboss.as.controller.AttributeDefinition>
Copyright © 2017 JBoss by Red Hat. All rights reserved.