public enum ClusteringDefaultCacheRequirement extends Enum<ClusteringDefaultCacheRequirement> implements org.wildfly.clustering.service.UnaryRequirement, UnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
GROUP |
NODE_FACTORY
Deprecated.
|
REGISTRY |
REGISTRY_ENTRY |
REGISTRY_FACTORY |
SERVICE_PROVIDER_REGISTRY |
SINGLETON_SERVICE_BUILDER_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
UnaryServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static ClusteringDefaultCacheRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringDefaultCacheRequirement[] |
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, valueOfresolvegetServiceName, getServiceNamepublic static final ClusteringDefaultCacheRequirement GROUP
@Deprecated public static final ClusteringDefaultCacheRequirement NODE_FACTORY
public static final ClusteringDefaultCacheRequirement REGISTRY
public static final ClusteringDefaultCacheRequirement REGISTRY_ENTRY
public static final ClusteringDefaultCacheRequirement REGISTRY_FACTORY
public static final ClusteringDefaultCacheRequirement SERVICE_PROVIDER_REGISTRY
public static final ClusteringDefaultCacheRequirement SINGLETON_SERVICE_BUILDER_FACTORY
public static ClusteringDefaultCacheRequirement[] values()
for (ClusteringDefaultCacheRequirement c : ClusteringDefaultCacheRequirement.values()) System.out.println(c);
public static ClusteringDefaultCacheRequirement 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 © 2018 JBoss by Red Hat. All rights reserved.