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 TypeClassDescriptionclassSends 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.requestsThe table of pending requests (keys=Long (request IDs), values=RequestEntry)Methods in org.jgroups.blocks with parameters of type RspCollectorModifier and TypeMethodDescriptionvoidMessageDispatcher.castMessage(Vector dests, long req_id, Message msg, RspCollector coll) Multicast a message request to all members indestsand receive responses via the RspCollector interface.voidRequestCorrelator.sendRequest(long id, List<Address> dest_mbrs, Message msg, RspCollector coll) voidRequestCorrelator.sendRequest(long id, List<Address> dest_mbrs, Message msg, RspCollector coll, boolean use_anycasting) Send a request to a group.voidRequestCorrelator.sendRequest(long id, Message msg, RspCollector coll) Helper method forRequestCorrelator.sendRequest(long,List,Message,RspCollector).