public static enum CacheContainerMetricsHandler.CacheManagerMetrics extends Enum<CacheContainerMetricsHandler.CacheManagerMetrics>
| Enum Constant and Description |
|---|
CACHE_MANAGER_STATUS |
CLUSTER_NAME |
COORDINATOR_ADDRESS |
IS_COORDINATOR |
LOCAL_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
static CacheContainerMetricsHandler.CacheManagerMetrics |
getStat(String stringForm) |
String |
toString() |
static CacheContainerMetricsHandler.CacheManagerMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheContainerMetricsHandler.CacheManagerMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheContainerMetricsHandler.CacheManagerMetrics CACHE_MANAGER_STATUS
public static final CacheContainerMetricsHandler.CacheManagerMetrics CLUSTER_NAME
public static final CacheContainerMetricsHandler.CacheManagerMetrics IS_COORDINATOR
public static final CacheContainerMetricsHandler.CacheManagerMetrics COORDINATOR_ADDRESS
public static final CacheContainerMetricsHandler.CacheManagerMetrics LOCAL_ADDRESS
public static CacheContainerMetricsHandler.CacheManagerMetrics[] values()
for (CacheContainerMetricsHandler.CacheManagerMetrics c : CacheContainerMetricsHandler.CacheManagerMetrics.values()) System.out.println(c);
public static CacheContainerMetricsHandler.CacheManagerMetrics 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 final String toString()
toString in class Enum<CacheContainerMetricsHandler.CacheManagerMetrics>public static CacheContainerMetricsHandler.CacheManagerMetrics getStat(String stringForm)
Copyright © 2014 JBoss by Red Hat. All rights reserved.