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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final AttributeDefinition<Boolean> static final AttributeDefinition<String> Fields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Determines if recovery is enabled for the cache.Sets the name of the cache where recovery related information is held.Methods inherited from class 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
-