| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| Modifier and Type | Method and Description |
|---|---|
BackupConfiguration |
BackupConfigurationBuilder.create() |
| Modifier and Type | Method and Description |
|---|---|
List<BackupConfiguration> |
SitesConfiguration.allBackups()
Returns the list of all sites where this cache might back up its data.
|
List<BackupConfiguration> |
SitesConfiguration.enabledBackups()
Returns the list of
BackupConfiguration that have BackupConfiguration.enabled() == true. |
| Modifier and Type | Method and Description |
|---|---|
Builder |
BackupConfigurationBuilder.read(BackupConfiguration template) |
| Constructor and Description |
|---|
SitesConfiguration(List<BackupConfiguration> backups,
BackupForConfiguration backupFor,
boolean disableBackups,
Set backupSites) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.