| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.afterFailures(Integer value)
Indicates the number of failures after which this backup site should go offline.
|
Backup |
Backup.enabled(Boolean value)
Indicates whether or not this backup site is enabled.
|
Backup |
Backup.failurePolicy(String value)
The policy to follow when connectivity to the backup site fails.
|
Backup |
Backup.minWait(Long value)
Indicates the minimum time (in milliseconds) to wait after the max number of failures is reached, after which this backup site should go offline.
|
Backup |
Backup.strategy(String value)
The backup strategy for this cache
|
Backup |
Backup.timeout(Long value)
The timeout for replicating to the backup site.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
BackupsComponent.BackupsComponentResources.backups()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.Backup resources
|
| Modifier and Type | Method and Description |
|---|---|
BackupsComponent |
BackupsComponent.backup(Backup value)
Add the org.wildfly.swarm.config.infinispan.cache_container.Backup object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
BackupsComponent |
BackupsComponent.backups(List<Backup> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.Backup objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.