Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
XSiteStateTransferConfigurationBuilder |
XSiteStateTransferConfigurationBuilder.chunkSize(int chunkSize)
If > 0, the state will be transferred in batches of
chunkSize cache entries. |
XSiteStateTransferConfigurationBuilder |
XSiteStateTransferConfigurationBuilder.maxRetries(int maxRetries)
The maximum number of retries when a push state command fails.
|
XSiteStateTransferConfigurationBuilder |
BackupConfigurationBuilder.stateTransfer() |
XSiteStateTransferConfigurationBuilder |
XSiteStateTransferConfigurationBuilder.timeout(long timeout)
The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied.
|
XSiteStateTransferConfigurationBuilder |
XSiteStateTransferConfigurationBuilder.waitTime(long waitingTimeBetweenRetries)
The waiting time (in milliseconds) between each retry.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.