Class BackupForConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<BackupForConfiguration>
org.infinispan.configuration.cache.BackupForConfiguration
- All Implemented Interfaces:
Matchable<BackupForConfiguration>
,Updatable<BackupForConfiguration>
Defines the remote caches for which this cache acts as a backup.
- Since:
- 5.2
- Author:
- Mircea Markus
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<String>
static final AttributeDefinition<String>
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Constructor Summary
-
Method Summary
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
-
REMOTE_CACHE
-
REMOTE_SITE
-
-
Constructor Details
-
BackupForConfiguration
-
-
Method Details
-
remoteCache
- Returns:
- the name of the remote site that backups data into this cache.
-
remoteSite
- Returns:
- the name of the remote cache that backups data into this cache.
-
isBackupFor
-