Class RecoveryConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<RecoveryConfiguration>
org.infinispan.configuration.cache.RecoveryConfiguration
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<RecoveryConfiguration>
,org.infinispan.commons.configuration.attributes.Updatable<RecoveryConfiguration>
public class RecoveryConfiguration
extends org.infinispan.commons.configuration.attributes.ConfigurationElement<RecoveryConfiguration>
Defines recovery configuration for the cache.
- Author:
- pmuir
-
Field Summary
Fields -
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.
-
Field Details
-
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
-