|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusteringConfigurationChildBuilder
Method Summary | |
---|---|
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. |
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. |
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder |
---|
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, storeAsBinary, transaction, unsafe, versioning |
Method Detail |
---|
AsyncConfigurationBuilder async()
HashConfigurationBuilder hash()
L1ConfigurationBuilder l1()
StateTransferConfigurationBuilder stateTransfer()
SyncConfigurationBuilder sync()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |