public class RecoveryConfiguration extends Object implements Matchable<RecoveryConfiguration>, ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RECOVERY_INFO_CACHE |
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<String> |
RECOVERY_INFO_CACHE_NAME |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
enabled()
Determines if recovery is enabled for the cache.
|
boolean |
equals(Object obj) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
String |
recoveryInfoCacheName()
Sets the name of the cache where recovery related information is held.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final String DEFAULT_RECOVERY_INFO_CACHE
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<String> RECOVERY_INFO_CACHE_NAME
public boolean enabled()
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public String recoveryInfoCacheName()
DEFAULT_RECOVERY_INFO_CACHEpublic AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.