Uses of Class
org.jgroups.blocks.Request
Packages that use Request
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of Request in org.jgroups.blocks
Subclasses of Request in org.jgroups.blocksModifier and TypeClassDescriptionclassGroupRequest<T>Sends a message to all members of the group and waits for all responses (or timeout).classSends a request to a single target destinationFields in org.jgroups.blocks with type parameters of type RequestModifier and TypeFieldDescriptionRequestCorrelator.requestsThe table of pending requests (keys=Long (request IDs), values=RequestEntry)Methods in org.jgroups.blocks that return RequestModifier and TypeMethodDescriptionRequest.requestId(long req_id) Request.setResponseFilter(RspFilter filter) Methods in org.jgroups.blocks with parameters of type RequestModifier and TypeMethodDescriptionprotected <T> voidRequestCorrelator.addEntry(Request<T> req, RequestCorrelator.Header hdr, boolean unicast) <T> voidRequestCorrelator.sendMulticastRequest(Collection<Address> dest_mbrs, Message msg, Request<T> req, RequestOptions opts) Sends a request to a group.<T> voidRequestCorrelator.sendUnicastRequest(Message msg, Request<T> req, RequestOptions opts) Sends a request to a single destination