public enum EvictionMetric extends Enum<EvictionMetric> implements org.jboss.as.clustering.controller.Metric<org.infinispan.Cache<?,?>>
| Enum Constant and Description |
|---|
EVICTIONS |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static EvictionMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvictionMetric EVICTIONS
public static EvictionMetric[] values()
for (EvictionMetric c : EvictionMetric.values()) System.out.println(c);
public static EvictionMetric 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()
getDefinition in interface org.jboss.as.clustering.controller.Definable<org.jboss.as.controller.AttributeDefinition>Copyright © 2019 JBoss by Red Hat. All rights reserved.