Package | Description |
---|---|
org.infinispan.configuration.cache |
Modifier and Type | Method and Description |
---|---|
AsyncConfigurationBuilder |
ClusteringConfigurationChildBuilder.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.
|
AsyncConfigurationBuilder |
ClusteringConfigurationBuilder.async()
Configure async sub element.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.asyncMarshalling()
Enable asynchronous marshalling.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.asyncMarshalling(boolean async) |
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.read(AsyncConfiguration template) |
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueue(ReplicationQueue replicationQueue)
The replication queue in use, by default
ReplicationQueueImpl . |
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueInterval(long interval)
If useReplQueue is set to true, this attribute controls how often the asynchronous thread used
to flush the replication queue runs.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueInterval(long interval,
TimeUnit unit)
If useReplQueue is set to true, this attribute controls how often the asynchronous thread used
to flush the replication queue runs.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.replQueueMaxElements(int elements)
If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue
when it reaches a specific threshold.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.syncMarshalling()
Enables synchronous marshalling.
|
AsyncConfigurationBuilder |
AsyncConfigurationBuilder.useReplQueue(boolean use)
If true, forces all async communications to be queued up and sent out periodically as a
batch.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.