Uses of Interface
org.infinispan.remoting.transport.DistributedSync

Packages that use DistributedSync
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
 

Uses of DistributedSync in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that return DistributedSync
 DistributedSync Transport.getDistributedSync()
           
 

Uses of DistributedSync in org.infinispan.remoting.transport.jgroups
 

Classes in org.infinispan.remoting.transport.jgroups that implement DistributedSync
 class JGroupsDistSync
          A DistributedSync based on JGroups' FLUSH protocol
 

Methods in org.infinispan.remoting.transport.jgroups that return DistributedSync
 DistributedSync JGroupsTransport.getDistributedSync()
           
 


-->

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