|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FluentConfiguration.AsyncConfig | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of FluentConfiguration.AsyncConfig in org.infinispan.config |
---|
Classes in org.infinispan.config that implement FluentConfiguration.AsyncConfig | |
---|---|
static class |
Configuration.AsyncType
Deprecated. |
Methods in org.infinispan.config that return FluentConfiguration.AsyncConfig | |
---|---|
FluentConfiguration.AsyncConfig |
FluentConfiguration.ClusteringConfig.async()
Deprecated. Configure async sub element. |
FluentConfiguration.AsyncConfig |
Configuration.ClusteringType.async()
Deprecated. |
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.asyncMarshalling(Boolean asyncMarshalling)
Deprecated. If true, asynchronous marshalling is enabled which means that caller can return even quicker, but it can suffer from reordering of operations. |
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.asyncMarshalling(Boolean asyncMarshalling)
Deprecated. |
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.replQueueClass(Class<? extends ReplicationQueue> replQueueClass)
Deprecated. This overrides the replication queue implementation class. |
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.replQueueClass(Class<? extends ReplicationQueue> replQueueClass)
Deprecated. |
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.replQueueInterval(Long replQueueInterval)
Deprecated. If useReplQueue is set to true, this attribute controls how often the asynchronous thread used to flush the replication queue runs. |
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.replQueueInterval(Long replQueueInterval)
Deprecated. |
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.replQueueMaxElements(Integer replQueueMaxElements)
Deprecated. If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. |
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.replQueueMaxElements(Integer replQueueMaxElements)
Deprecated. |
FluentConfiguration.AsyncConfig |
FluentConfiguration.AsyncConfig.useReplQueue(Boolean useReplQueue)
Deprecated. If true, this forces all async communications to be queued up and sent out periodically as a batch. |
FluentConfiguration.AsyncConfig |
Configuration.AsyncType.useReplQueue(Boolean useReplQueue)
Deprecated. |
|
--> |