public enum EvictionMetric extends Enum<EvictionMetric> implements org.jboss.as.clustering.controller.AttributeTranslation, org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>, UnaryOperator<org.jboss.as.controller.PathAddress>
| Enum Constant and Description |
|---|
EVICTIONS |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.PathAddress |
apply(org.jboss.as.controller.PathAddress address) |
UnaryOperator<org.jboss.as.controller.PathAddress> |
getPathAddressTransformation() |
org.jboss.as.clustering.controller.Attribute |
getTargetAttribute() |
void |
register(org.jboss.as.controller.registry.ManagementResourceRegistration registration) |
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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetReadTranslator, getWriteTranslatoridentitypublic 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.clustering.controller.Attribute getTargetAttribute()
getTargetAttribute in interface org.jboss.as.clustering.controller.AttributeTranslationpublic UnaryOperator<org.jboss.as.controller.PathAddress> getPathAddressTransformation()
getPathAddressTransformation in interface org.jboss.as.clustering.controller.AttributeTranslationpublic org.jboss.as.controller.PathAddress apply(org.jboss.as.controller.PathAddress address)
public void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
register in interface org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>Copyright © 2021 JBoss by Red Hat. All rights reserved.