public interface ClusteringConfigurationChildBuilder extends ConfigurationChildBuilder
Modifier and Type | Method and Description |
---|---|
AsyncConfigurationBuilder |
async()
If configured all communications are asynchronous, in that whenever a thread sends a message
sent over the wire, it does not wait for an acknowledgment before returning.
|
HashConfigurationBuilder |
hash()
Allows fine-tuning of rehashing characteristics.
|
L1ConfigurationBuilder |
l1()
Configures the L1 cache behavior in 'distributed' caches instances.
|
PartitionHandlingConfigurationBuilder |
partitionHandling()
Configures how the cache will react to cluster partitions.
|
StateTransferConfigurationBuilder |
stateTransfer()
Configures how state is transferred when a new cache joins the cluster.
|
SyncConfigurationBuilder |
sync()
If configured all communications are synchronous, in that whenever a thread sends a message
sent over the wire, it blocks until it receives an acknowledgment from the recipient.
|
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, persistence, security, simpleCache, simpleCache, sites, storeAsBinary, template, transaction, unsafe, validate, versioning
AsyncConfigurationBuilder async()
HashConfigurationBuilder hash()
L1ConfigurationBuilder l1()
StateTransferConfigurationBuilder stateTransfer()
SyncConfigurationBuilder sync()
PartitionHandlingConfigurationBuilder partitionHandling()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.