Uses of Interface
org.infinispan.config.Configuration.AsyncConfig

Packages that use Configuration.AsyncConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of Configuration.AsyncConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement Configuration.AsyncConfig
static class Configuration.AsyncType
          If this element is present, 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.
 

Methods in org.infinispan.config that return Configuration.AsyncConfig
 Configuration.AsyncConfig Configuration.AsyncConfig.asyncMarshalling(Boolean asyncMarshalling)
          If true, asynchronous marshalling is enabled which means that caller can return even quicker, but it can suffer from reordering of operations.
 Configuration.AsyncConfig Configuration.AsyncType.asyncMarshalling(Boolean asyncMarshalling)
           
 Configuration.AsyncConfig Configuration.ClusteringConfig.configureAsync()
          Configure async sub element.
 Configuration.AsyncConfig Configuration.ClusteringType.configureAsync()
           
 Configuration.AsyncConfig Configuration.AsyncConfig.replQueueClass(String replQueueClass)
          This overrides the replication queue implementation class.
 Configuration.AsyncConfig Configuration.AsyncType.replQueueClass(String replQueueClass)
           
 Configuration.AsyncConfig Configuration.AsyncConfig.replQueueInterval(Long replQueueInterval)
          If useReplQueue is set to true, this attribute controls how often the asynchronous thread used to flush the replication queue runs.
 Configuration.AsyncConfig Configuration.AsyncType.replQueueInterval(Long replQueueInterval)
           
 Configuration.AsyncConfig Configuration.AsyncConfig.replQueueMaxElements(Integer replQueueMaxElements)
          If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold.
 Configuration.AsyncConfig Configuration.AsyncType.replQueueMaxElements(Integer replQueueMaxElements)
           
 Configuration.AsyncConfig Configuration.AsyncConfig.useReplQueue(Boolean useReplQueue)
          If true, this forces all async communications to be queued up and sent out periodically as a batch.
 Configuration.AsyncConfig Configuration.AsyncType.useReplQueue(Boolean useReplQueue)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.