public enum CacheComponent extends Enum<CacheComponent> implements org.jboss.as.clustering.controller.ResourceServiceNameFactory
| Enum Constant and Description |
|---|
BACKUPS |
BINARY_TABLE |
EXPIRATION |
LOCKING |
MEMORY |
MODULE |
PARTITION_HANDLING |
PERSISTENCE |
STATE_TRANSFER |
STORE_WRITE |
STRING_TABLE |
TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.PathAddress cacheAddress) |
static CacheComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheComponent MODULE
public static final CacheComponent EXPIRATION
public static final CacheComponent LOCKING
public static final CacheComponent MEMORY
public static final CacheComponent PERSISTENCE
public static final CacheComponent STATE_TRANSFER
public static final CacheComponent PARTITION_HANDLING
public static final CacheComponent STORE_WRITE
public static final CacheComponent TRANSACTION
public static final CacheComponent BINARY_TABLE
public static final CacheComponent STRING_TABLE
public static final CacheComponent BACKUPS
public static CacheComponent[] values()
for (CacheComponent c : CacheComponent.values()) System.out.println(c);
public static CacheComponent 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.msc.service.ServiceName getServiceName(org.jboss.as.controller.PathAddress cacheAddress)
getServiceName in interface org.jboss.as.clustering.controller.ResourceServiceNameFactoryCopyright © 2020 JBoss by Red Hat. All rights reserved.