Uses of Interface
org.jgroups.blocks.RspCollector
Packages that use RspCollector
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RspCollector in org.jgroups.blocks
Classes in org.jgroups.blocks that implement RspCollectorModifier and TypeClassDescriptionclass
Sends a message to all members of the group and waits for all responses (or timeout).Fields in org.jgroups.blocks with type parameters of type RspCollectorModifier and TypeFieldDescriptionprotected final ConcurrentMap
<Long, RspCollector> RequestCorrelator.requests
The table of pending requests (keys=Long (request IDs), values=RequestEntry)Methods in org.jgroups.blocks with parameters of type RspCollectorModifier and TypeMethodDescriptionvoid
MessageDispatcher.castMessage
(Vector dests, long req_id, Message msg, RspCollector coll) Multicast a message request to all members indests
and receive responses via the RspCollector interface.void
RequestCorrelator.sendRequest
(long id, List<Address> dest_mbrs, Message msg, RspCollector coll) void
RequestCorrelator.sendRequest
(long id, List<Address> dest_mbrs, Message msg, RspCollector coll, boolean use_anycasting) Send a request to a group.void
RequestCorrelator.sendRequest
(long id, Message msg, RspCollector coll) Helper method forRequestCorrelator.sendRequest(long,List,Message,RspCollector)
.