Class RecoveryConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- All Implemented Interfaces:
Builder<RecoveryConfiguration>
,ConfigurationChildBuilder
,TransactionConfigurationChildBuilder
public class RecoveryConfigurationBuilder
extends AbstractTransportConfigurationChildBuilder
implements Builder<RecoveryConfiguration>
Defines recovery configuration for the cache.
- Author:
- pmuir
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
create()
Create the configuration beandisable()
Disable recovery for this cacheenable()
Enable recovery for this cacheenabled
(boolean enabled) Enable recovery for this cacheencoding()
protected ConfigurationBuilder
indexing()
locking()
memory()
query()
read
(RecoveryConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.recoveryInfoCacheName
(String recoveryInfoName) Sets the name of the cache where recovery related information is held.security()
boolean
simpleCache
(boolean simpleCache) sites()
template
(boolean template) toString()
tracing()
unsafe()
void
validate()
Validate the data in this builder before building the configuration beanvoid
validate
(GlobalConfiguration globalConfig) Methods inherited from class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
recovery
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
aliases, build, clustering, encoding, expiration, indexing, invocationBatching, locking, memory, persistence, query, security, simpleCache, simpleCache, sites, statistics, template, tracing, transaction, unsafe
-
Field Details
-
builder
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<RecoveryConfiguration>
-
enable
Enable recovery for this cache -
disable
Disable recovery for this cache -
enabled
Enable recovery for this cache -
recoveryInfoCacheName
Sets the name of the cache where recovery related information is held. If not specified defaults to a cache namedRecoveryConfiguration.DEFAULT_RECOVERY_INFO_CACHE
-
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<RecoveryConfiguration>
-
validate
- Specified by:
validate
in interfaceConfigurationChildBuilder
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<RecoveryConfiguration>
- 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<RecoveryConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-
toString
-
aliases
- Specified by:
aliases
in interfaceConfigurationChildBuilder
-
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
-
encoding
- Specified by:
encoding
in interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expiration
in interfaceConfigurationChildBuilder
-
query
- Specified by:
query
in interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexing
in interfaceConfigurationChildBuilder
-
tracing
- Specified by:
tracing
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
-