public enum MetricDestination extends Enum<MetricDestination>
| Enum Constant and Description |
|---|
GOSSIP_TOPIC |
REQUEST_QUEUE |
RESPONSE_TOPIC |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static MetricDestination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDestination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricDestination REQUEST_QUEUE
public static final MetricDestination RESPONSE_TOPIC
public static final MetricDestination GOSSIP_TOPIC
public static MetricDestination[] values()
for (MetricDestination c : MetricDestination.values()) System.out.println(c);
public static MetricDestination 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 getDisplay()
Copyright © 2014. All Rights Reserved.