| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
StateTransferComponent |
StateTransferComponent.chunkSize(Integer value)
The size, in bytes, in which to batch the transfer of cache entries.
|
StateTransferComponent |
ReplicatedCache.stateTransferComponent()
The state transfer configuration for distributed and replicated caches.
|
StateTransferComponent |
DistributedCache.stateTransferComponent()
The state transfer configuration for distributed and replicated caches.
|
StateTransferComponent |
StateTransferComponent.timeout(Long value)
The maximum amount of time (ms) to wait for state from neighboring caches, before throwing an exception and aborting startup.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.stateTransferComponent(StateTransferComponent value)
The state transfer configuration for distributed and replicated caches.
|
DistributedCache |
DistributedCache.stateTransferComponent(StateTransferComponent value)
The state transfer configuration for distributed and replicated caches.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.