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