Uses of Enum Class
org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
Packages that use BackupConfiguration.BackupStrategy
-
Uses of BackupConfiguration.BackupStrategy in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type BackupConfiguration.BackupStrategyModifier and TypeFieldDescriptionstatic final AttributeDefinition
<BackupConfiguration.BackupStrategy> BackupConfiguration.STRATEGY
Methods in org.infinispan.configuration.cache that return BackupConfiguration.BackupStrategyModifier 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.Methods in org.infinispan.configuration.cache with parameters of type BackupConfiguration.BackupStrategyModifier and TypeMethodDescriptionBackupConfigurationBuilder.strategy
(BackupConfiguration.BackupStrategy strategy) Sets the strategy used for backing up data: sync or async.