| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| Modifier and Type | Method and Description |
|---|---|
BackupConfiguration |
BackupConfigurationBuilder.create() |
BackupConfiguration |
BackupConfiguration.replicationTimeout(long timeout) |
| 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 enabled() == true. |
| Modifier and Type | Method and Description |
|---|---|
BackupConfigurationBuilder |
BackupConfigurationBuilder.read(BackupConfiguration template) |
| Constructor and Description |
|---|
SitesConfiguration(AttributeSet attributes,
List<BackupConfiguration> allBackups,
BackupForConfiguration backupFor) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.