public enum CacheContainerMetric extends Enum<CacheContainerMetric> implements Metric<org.infinispan.manager.EmbeddedCacheManager>
Enum Constant and Description |
---|
CACHE_MANAGER_STATUS |
CLUSTER_NAME |
COORDINATOR_ADDRESS |
IS_COORDINATOR |
LOCAL_ADDRESS |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition()
Returns the definition of this object.
|
static CacheContainerMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheContainerMetric[] |
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 CacheContainerMetric CACHE_MANAGER_STATUS
public static final CacheContainerMetric CLUSTER_NAME
public static final CacheContainerMetric COORDINATOR_ADDRESS
public static final CacheContainerMetric IS_COORDINATOR
public static final CacheContainerMetric LOCAL_ADDRESS
public static CacheContainerMetric[] values()
for (CacheContainerMetric c : CacheContainerMetric.values()) System.out.println(c);
public static CacheContainerMetric 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 © 2016 JBoss by Red Hat. All rights reserved.