Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
StateTransferComponent<T extends StateTransferComponent<T>>
The state transfer configuration for distributed and replicated caches.
|
interface |
StateTransferComponentConsumer<T extends StateTransferComponent<T>> |
interface |
StateTransferComponentSupplier<T extends StateTransferComponent> |
Modifier and Type | Method and Description |
---|---|
StateTransferComponent |
StateTransferComponentSupplier.get()
Constructed instance of StateTransferComponent resource
|
StateTransferComponent |
DistributedCache.DistributedCacheResources.stateTransferComponent()
The state transfer configuration for distributed and replicated
caches.
|
StateTransferComponent |
ReplicatedCache.ReplicatedCacheResources.stateTransferComponent()
The state transfer configuration for distributed and replicated
caches.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.stateTransferComponent(StateTransferComponent value)
The state transfer configuration for distributed and replicated caches.
|
T |
ReplicatedCache.stateTransferComponent(StateTransferComponent value)
The state transfer configuration for distributed and replicated caches.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.