public interface ClusteringConfigurationChildBuilder extends ConfigurationChildBuilder
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
Since 9.0, the
replTimeout attribute is now in ClusteringConfigurationBuilder . |
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, encoding, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, memory, persistence, security, simpleCache, simpleCache, sites, storeAsBinary, template, transaction, unsafe, validate, versioning
HashConfigurationBuilder hash()
L1ConfigurationBuilder l1()
StateTransferConfigurationBuilder stateTransfer()
@Deprecated SyncConfigurationBuilder sync()
replTimeout
attribute is now in ClusteringConfigurationBuilder
.PartitionHandlingConfigurationBuilder partitionHandling()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.