public static enum RemoteCacheContainerResourceDefinition.DeprecatedAttribute extends Enum<RemoteCacheContainerResourceDefinition.DeprecatedAttribute> implements org.jboss.as.clustering.controller.Attribute, UnaryOperator<org.jboss.as.controller.SimpleAttributeDefinitionBuilder>
| Enum Constant and Description |
|---|
KEY_SIZE_ESTIMATE |
MODULE |
VALUE_SIZE_ESTIMATE |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.SimpleAttributeDefinitionBuilder |
apply(org.jboss.as.controller.SimpleAttributeDefinitionBuilder builder) |
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static RemoteCacheContainerResourceDefinition.DeprecatedAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCacheContainerResourceDefinition.DeprecatedAttribute[] |
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, valueOfgetName, resolveModelAttributeidentitypublic static final RemoteCacheContainerResourceDefinition.DeprecatedAttribute KEY_SIZE_ESTIMATE
public static final RemoteCacheContainerResourceDefinition.DeprecatedAttribute MODULE
public static final RemoteCacheContainerResourceDefinition.DeprecatedAttribute VALUE_SIZE_ESTIMATE
public static RemoteCacheContainerResourceDefinition.DeprecatedAttribute[] values()
for (RemoteCacheContainerResourceDefinition.DeprecatedAttribute c : RemoteCacheContainerResourceDefinition.DeprecatedAttribute.values()) System.out.println(c);
public static RemoteCacheContainerResourceDefinition.DeprecatedAttribute 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 © 2021 JBoss by Red Hat. All rights reserved.