| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| Modifier and Type | Method and Description |
|---|---|
BackupConfiguration.BackupStrategy |
BackupConfiguration.strategy()
How does the backup happen: sync or async.
|
BackupConfiguration.BackupStrategy |
BackupConfigurationBuilder.strategy() |
static BackupConfiguration.BackupStrategy |
BackupConfiguration.BackupStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupConfiguration.BackupStrategy[] |
BackupConfiguration.BackupStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BackupConfigurationBuilder |
BackupConfigurationBuilder.strategy(BackupConfiguration.BackupStrategy strategy)
Sets the strategy used for backing up data: sync or async.
|
| Constructor and Description |
|---|
BackupConfiguration(String site,
BackupConfiguration.BackupStrategy strategy,
long timeout,
BackupFailurePolicy backupFailurePolicy,
String failurePolicyClass,
boolean useTwoPhaseCommit,
TakeOfflineConfiguration takeOfflineConfiguration,
XSiteStateTransferConfiguration stateTransferConfiguration,
boolean enabled) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.