Class XSiteStateTransferConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- All Implemented Interfaces:
Builder<XSiteStateTransferConfiguration>
,ConfigurationChildBuilder
public class XSiteStateTransferConfigurationBuilder
extends Object
implements Builder<XSiteStateTransferConfiguration>
Configuration Builder to configure the state transfer between sites.
- Since:
- 7.0
- Author:
- Pedro Ruivo
-
Field Summary
-
Constructor Summary
ConstructorDescriptionXSiteStateTransferConfigurationBuilder
(ConfigurationBuilder builder, BackupConfigurationBuilder backupConfigurationBuilder) -
Method Summary
Modifier and TypeMethodDescriptionbackup()
build()
chunkSize
(int chunkSize) If > 0, the state will be transferred in batches ofchunkSize
cache entries.create()
Create the configuration beanDeprecated, for removal: This API element is subject to removal in a future version.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsencoding()
protected ConfigurationBuilder
indexing()
locking()
maxRetries
(int maxRetries) The maximum number of retries when a push state command fails.memory()
mode
(XSiteStateTransferMode mode) The cross-site state transfer mode.query()
read
(XSiteStateTransferConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.security()
boolean
simpleCache
(boolean simpleCache) sites()
template
(boolean template) timeout
(long timeout) The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied.toString()
unsafe()
void
validate()
Validate the data in this builder before building the configuration beanvoid
validate
(GlobalConfiguration globalConfig) waitTime
(long waitingTimeBetweenRetries) The wait time, in milliseconds, between each retry.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
jmxStatistics
-
Field Details
-
builder
-
-
Constructor Details
-
XSiteStateTransferConfigurationBuilder
public XSiteStateTransferConfigurationBuilder(ConfigurationBuilder builder, BackupConfigurationBuilder backupConfigurationBuilder)
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<XSiteStateTransferConfiguration>
-
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<XSiteStateTransferConfiguration>
-
validate
- Specified by:
validate
in interfaceConfigurationChildBuilder
-
chunkSize
If > 0, the state will be transferred in batches ofchunkSize
cache entries. If <= 0, the state will be transferred in all at once. Not recommended. Defaults to 512. -
timeout
The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied. Default value is 20 min. -
maxRetries
The maximum number of retries when a push state command fails. A value ≤ 0 (zero) means that the command does not retry. Default value is 30. -
waitTime
The wait time, in milliseconds, between each retry. The value should be > 0 (zero). Default value is 2 seconds. -
mode
The cross-site state transfer mode.If set to
XSiteStateTransferMode.AUTO
, Infinispan automatically starts state transfer when it detects a new view for a backup location that was previously offline. -
backup
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<XSiteStateTransferConfiguration>
- Returns:
-
read
public Builder<XSiteStateTransferConfiguration> read(XSiteStateTransferConfiguration template, Combine combine) 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<XSiteStateTransferConfiguration>
- 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
-
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, for removal: This API element is subject to removal in a future version.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
-
query
- Specified by:
query
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
-