Uses of Class
org.jgroups.util.RspList
Packages that use RspList
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RspList in org.jgroups.blocks
Methods in org.jgroups.blocks that return RspListModifier and TypeMethodDescriptionRpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout) RpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout, boolean use_anycasting) RpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout, boolean use_anycasting, RspFilter filter) RpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout) RpcDispatcher.callRemoteMethods
(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout, boolean use_anycasting) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter) MessageDispatcher.castMessage
(Vector dests, Message msg, int mode, long timeout) MessageDispatcher.castMessage
(Vector dests, Message msg, int mode, long timeout, boolean use_anycasting) Cast a message to all members, and wait formode
responses.MessageDispatcher.castMessage
(Vector dests, Message msg, int mode, long timeout, boolean use_anycasting, RspFilter filter) RpcDispatcher.castMessage
(Vector dests, Message msg, int mode, long timeout) GroupRequest.getResults()
Returns the results as a RspListMethods in org.jgroups.blocks with parameters of type RspListModifier and TypeMethodDescriptionprotected void
DistributedQueue.checkResult
(RspList rsp, Object retval) boolean
DistributedLockManager.processResponses
(RspList responses, int consensusType, Object decree) Processes the response list and votes like the default processResponses method with the consensusType VOTE_ALL If the result of the voting is false, but this DistributedLockManager owns the lock, the result is changed to true and the lock is released, but marked as multiple locked.boolean
VoteResponseProcessor.processResponses
(RspList responses, int consensusType, Object decree) Processes the responses returned by the other nodes.boolean
VotingAdapter.processResponses
(RspList responses, int consensusType, Object decree) Processes the response list and makes a decision according to the type of the consensus for current voting.