Class RecoveryConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<RecoveryConfiguration>
org.infinispan.configuration.cache.RecoveryConfiguration
- All Implemented Interfaces:
Matchable<RecoveryConfiguration>
,Updatable<RecoveryConfiguration>
Defines recovery configuration for the cache.
- Author:
- pmuir
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final AttributeDefinition<Boolean>
static final AttributeDefinition<String>
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
Determines if recovery is enabled for the cache.Sets the name of the cache where recovery related information is held.Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
DEFAULT_RECOVERY_INFO_CACHE
- See Also:
-
ENABLED
-
RECOVERY_INFO_CACHE_NAME
-
-
Method Details
-
enabled
public boolean enabled()Determines if recovery is enabled for the cache. -
recoveryInfoCacheName
Sets the name of the cache where recovery related information is held. If not specified defaults to a cache namedDEFAULT_RECOVERY_INFO_CACHE
-