Uses of Enum Class
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 class with the specified name.static BackupConfiguration.BackupStrategy[]
BackupConfiguration.BackupStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBackupConfigurationBuilder.strategy
(BackupConfiguration.BackupStrategy strategy) Sets the strategy used for backing up data: sync or async.