|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackupConfiguration.BackupStrategy | |
---|---|
org.infinispan.configuration.cache | Classes related to eviction. |
Uses of BackupConfiguration.BackupStrategy in org.infinispan.configuration.cache |
---|
Methods in org.infinispan.configuration.cache that return BackupConfiguration.BackupStrategy | |
---|---|
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. |
Methods in org.infinispan.configuration.cache with parameters of type BackupConfiguration.BackupStrategy | |
---|---|
BackupConfigurationBuilder |
BackupConfigurationBuilder.strategy(BackupConfiguration.BackupStrategy strategy)
Sets the strategy used for backing up data: sync or async. |
Constructors in org.infinispan.configuration.cache with parameters of type BackupConfiguration.BackupStrategy | |
---|---|
BackupConfiguration(String site,
BackupConfiguration.BackupStrategy strategy,
long timeout,
BackupFailurePolicy backupFailurePolicy,
String failurePolicyClass,
boolean useTwoPhaseCommit,
TakeOfflineConfiguration takeOfflineConfiguration,
boolean enabled)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |