public enum InfinispanRequirement extends Enum<InfinispanRequirement> implements org.wildfly.clustering.service.UnaryRequirement, UnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
CONFIGURATION |
CONTAINER |
KEY_AFFINITY_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
UnaryServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static InfinispanRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanRequirement[] |
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, valueOfgetServiceName, getServiceNamegetServiceNamepublic static final InfinispanRequirement CONTAINER
public static final InfinispanRequirement CONFIGURATION
public static final InfinispanRequirement KEY_AFFINITY_FACTORY
public static InfinispanRequirement[] values()
for (InfinispanRequirement c : InfinispanRequirement.values()) System.out.println(c);
public static InfinispanRequirement 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 String getName()
getName in interface org.wildfly.clustering.service.Requirementpublic Class<?> getType()
getType in interface org.wildfly.clustering.service.Requirementpublic UnaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface UnaryServiceNameFactoryProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.