Uses of Interface
org.jgroups.blocks.RspCollector

Packages that use RspCollector
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.blocks.mux   
 

Uses of RspCollector in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement RspCollector
 class GroupRequest<T>
          Sends a message to all members of the group and waits for all responses (or timeout).
 class Request
          Abstract class for a unicast or multicast request
 class UnicastRequest<T>
          Sends a request to a single target destination
 

Fields in org.jgroups.blocks with type parameters of type RspCollector
protected  java.util.concurrent.ConcurrentMap<java.lang.Long,RspCollector> RequestCorrelator.requests
          The table of pending requests (keys=Long (request IDs), values=RequestEntry)
 

Methods in org.jgroups.blocks with parameters of type RspCollector
 void RequestCorrelator.sendRequest(long id, java.util.Collection<Address> dest_mbrs, Message msg, RspCollector coll, RequestOptions options)
          Sends a request to a group.
 void RequestCorrelator.sendRequest(long id, java.util.List<Address> dest_mbrs, Message msg, RspCollector coll)
           
 void RequestCorrelator.sendUnicastRequest(long id, Address target, Message msg, RspCollector coll)
          Sends a request to a single destination
 

Uses of RspCollector in org.jgroups.blocks.mux
 

Methods in org.jgroups.blocks.mux with parameters of type RspCollector
 void MuxRequestCorrelator.sendRequest(long requestId, java.util.Collection<Address> dest_mbrs, Message msg, RspCollector coll, RequestOptions options)
           
 void MuxRequestCorrelator.sendUnicastRequest(long id, Address target, Message msg, RspCollector coll)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.