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

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

Uses of Configuration.SyncConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement Configuration.SyncConfig
static class Configuration.SyncType
          If this element is present, 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 in org.infinispan.config that return Configuration.SyncConfig
 Configuration.SyncConfig Configuration.ClusteringConfig.configureSync()
          Configure sync sub element.
 Configuration.SyncConfig Configuration.ClusteringType.configureSync()
           
 Configuration.SyncConfig Configuration.SyncConfig.replTimeout(Long replTimeout)
          This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
 Configuration.SyncConfig Configuration.SyncType.replTimeout(Long replTimeout)
           
 



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