Uses of Class
org.infinispan.configuration.cache.SyncConfigurationBuilder

Packages that use SyncConfigurationBuilder
org.infinispan.configuration.cache Classes related to eviction. 
 

Uses of SyncConfigurationBuilder in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return SyncConfigurationBuilder
 SyncConfigurationBuilder SyncConfigurationBuilder.read(SyncConfiguration template)
           
 SyncConfigurationBuilder SyncConfigurationBuilder.replTimeout(long l)
          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.
 SyncConfigurationBuilder ClusteringConfigurationChildBuilder.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.
 SyncConfigurationBuilder ClusteringConfigurationBuilder.sync()
           
 


-->

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