Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
Backup<T extends Backup<T>>
A backup site to which to replicate this cache.
|
interface |
BackupConsumer<T extends Backup<T>> |
interface |
BackupSupplier<T extends Backup> |
Modifier and Type | Method and Description |
---|---|
Backup |
BackupsComponent.BackupsComponentResources.backup(String key) |
Backup |
BackupSupplier.get()
Constructed instance of Backup resource
|
Modifier and Type | Method and Description |
---|---|
List<Backup> |
BackupsComponent.BackupsComponentResources.backups()
Get the list of Backup resources
|
Modifier and Type | Method and Description |
---|---|
T |
BackupsComponent.backup(Backup value)
Add the Backup object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
BackupsComponent.backups(List<Backup> value)
Add all Backup objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.