Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<BackupConfiguration.BackupStrategy> |
BackupConfiguration.STRATEGY |
Modifier and Type | Method and Description |
---|---|
BackupConfiguration.BackupStrategy |
BackupConfigurationBuilder.strategy() |
BackupConfiguration.BackupStrategy |
BackupConfiguration.strategy()
How does the backup happen: sync or async.
|
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.
|
Modifier and Type | Method and Description |
---|---|
BackupConfigurationBuilder |
BackupConfigurationBuilder.strategy(BackupConfiguration.BackupStrategy strategy)
Sets the strategy used for backing up data: sync or async.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.