Uses of Class
org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Packages that use BackupConfiguration.BackupStrategy Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of BackupConfiguration.BackupStrategy in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type BackupConfiguration.BackupStrategy Modifier and Type Field Description static AttributeDefinition<BackupConfiguration.BackupStrategy>BackupConfiguration. STRATEGYMethods in org.infinispan.configuration.cache that return BackupConfiguration.BackupStrategy Modifier and Type Method Description BackupConfiguration.BackupStrategyBackupConfiguration. strategy()How does the backup happen: sync or async.BackupConfiguration.BackupStrategyBackupConfigurationBuilder. strategy()static BackupConfiguration.BackupStrategyBackupConfiguration.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 Modifier and Type Method Description BackupConfigurationBuilderBackupConfigurationBuilder. strategy(BackupConfiguration.BackupStrategy strategy)Sets the strategy used for backing up data: sync or async.
-