Uses of Enum
org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Uses of BackupConfiguration.BackupStrategy in org.infinispan.configuration.cache
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<BackupConfiguration.BackupStrategy>
BackupConfiguration.STRATEGY
Modifier and TypeMethodDescriptionBackupConfiguration.strategy()
How does the backup happen: sync or async.BackupConfigurationBuilder.strategy()
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 TypeMethodDescriptionBackupConfigurationBuilder.strategy
(BackupConfiguration.BackupStrategy strategy) Sets the strategy used for backing up data: sync or async.