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.
|
build, clustering, customInterceptors, encoding, expiration, indexing, invocationBatching, jmxStatistics, locking, memory, persistence, security, simpleCache, simpleCache, sites, statistics, template, transaction, unsafe, validate
HashConfigurationBuilder hash()
L1ConfigurationBuilder l1()
StateTransferConfigurationBuilder stateTransfer()
PartitionHandlingConfigurationBuilder partitionHandling()
Copyright © 2021 JBoss by Red Hat. All rights reserved.