Class BackupConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.BackupConfigurationBuilder
- All Implemented Interfaces:
Builder<BackupConfiguration>
,ConfigurationChildBuilder
- Since:
- 5.2
- Author:
- Mircea.Markus@jboss.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupFailurePolicy
(BackupFailurePolicy backupFailurePolicy) Configures how the system behaves when the backup call fails.build()
create()
Create the configuration beanDeprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsenabled
(boolean isEnabled) Configures whether this site is used for backing up data or not (defaults to true).encoding()
If the failure policy is set toBackupFailurePolicy.CUSTOM
then the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy
failurePolicyClass
(String failurePolicy) protected ConfigurationBuilder
indexing()
locking()
memory()
read
(BackupConfiguration template) Reads the configuration from an already created configuration bean into this builder.replicationTimeout
(long replicationTimeout) Timeout(millis) used for replicating calls to other sites.security()
boolean
simpleCache
(boolean simpleCache) site()
sites()
strategy()
strategy
(BackupConfiguration.BackupStrategy strategy) Sets the strategy used for backing up data: sync or async.template
(boolean template) toString()
unsafe()
useTwoPhaseCommit
(boolean useTwoPhaseCommit) Configures whether the replication happens in a 1PC or 2PC for sync backups.void
validate()
Validate the data in this builder before building the configuration beanvoid
validate
(GlobalConfiguration globalConfig) Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
jmxStatistics
-
Field Details
-
builder
-
-
Constructor Details
-
BackupConfigurationBuilder
-
-
Method Details
-
site
- Parameters:
site
- The name of the site where this cache backups. Must be a valid name, i.e. a site defined in the global config.
-
site
- See Also:
-
failurePolicyClass
If the failure policy is set toBackupFailurePolicy.CUSTOM
then the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy
-
failurePolicyClass
- See Also:
-
replicationTimeout
Timeout(millis) used for replicating calls to other sites. -
strategy
Sets the strategy used for backing up data: sync or async. If not specified defaults toBackupConfiguration.BackupStrategy.ASYNC
. -
strategy
- See Also:
-
takeOffline
-
backupFailurePolicy
Configures how the system behaves when the backup call fails. Only applies to sync backups. The default values isBackupFailurePolicy.WARN
-
useTwoPhaseCommit
Configures whether the replication happens in a 1PC or 2PC for sync backups. The default value is "false" -
enabled
Configures whether this site is used for backing up data or not (defaults to true). -
stateTransfer
-
validate
public void validate()Description copied from interface:Builder
Validate the data in this builder before building the configuration bean- Specified by:
validate
in interfaceBuilder<BackupConfiguration>
-
validate
- Specified by:
validate
in interfaceConfigurationChildBuilder
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<BackupConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<BackupConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.
-
toString
-
template
- Specified by:
template
in interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCache
in interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCache
in interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clustering
in interfaceConfigurationChildBuilder
-
customInterceptors
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors- Specified by:
customInterceptors
in interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encoding
in interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expiration
in interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexing
in interfaceConfigurationChildBuilder
-
invocationBatching
- Specified by:
invocationBatching
in interfaceConfigurationChildBuilder
-
statistics
- Specified by:
statistics
in interfaceConfigurationChildBuilder
-
persistence
- Specified by:
persistence
in interfaceConfigurationChildBuilder
-
locking
- Specified by:
locking
in interfaceConfigurationChildBuilder
-
security
- Specified by:
security
in interfaceConfigurationChildBuilder
-
transaction
- Specified by:
transaction
in interfaceConfigurationChildBuilder
-
unsafe
- Specified by:
unsafe
in interfaceConfigurationChildBuilder
-
sites
- Specified by:
sites
in interfaceConfigurationChildBuilder
-
memory
- Specified by:
memory
in interfaceConfigurationChildBuilder
-
getBuilder
-
build
- Specified by:
build
in interfaceConfigurationChildBuilder
-