Frames | No Frames |
Methods with return type org.jgroups.util.RspList | |
RspList | RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout) |
RspList | RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout) |
RspList | |
RspList | Cast a message to all members, and wait for mode responses. |
Methods with parameter type org.jgroups.util.RspList | |
void | |
boolean | 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 | Processes the responses returned by the other nodes. |
boolean | Processes the response list and makes a decision according to the
type of the consensus for current voting. |
Methods with return type org.jgroups.util.RspList | |
RspList | RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout) |
RspList | RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout) |
RspList | |
RspList | Cast a message to all members, and wait for mode responses. |
RspList | |
RspList | Returns the results as a RspList |
RspList | ReplicationManager.send(Address dest, byte[] data, boolean synchronous, long synchronous_timeout, Xid transaction, byte[] lock_info, long lock_acquisition_timeout, long lock_lease_timeout, boolean use_locks) Sends a request to all members of the group. |