public enum CacheComponent extends Enum<CacheComponent> implements SubGroupServiceNameFactory
| Enum Constant and Description |
|---|
BACKUP_FOR |
BACKUPS |
BINARY_TABLE |
EVICTION |
EXPIRATION |
LOCKING |
PARTITION_HANDLING |
PERSISTENCE |
STATE_TRANSFER |
STORE_WRITE |
STRING_TABLE |
TRANSACTION |
DEFAULT_SUB_GROUPDEFAULT_GROUP| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(String container) |
org.jboss.msc.service.ServiceName |
getServiceName(String container,
String cache) |
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 EVICTION
public static final CacheComponent EXPIRATION
public static final CacheComponent LOCKING
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 final CacheComponent BACKUP_FOR
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(String container)
getServiceName in interface GroupServiceNameFactorypublic org.jboss.msc.service.ServiceName getServiceName(String container, String cache)
getServiceName in interface SubGroupServiceNameFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.