Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
RspList |
RpcDispatcher.callRemoteMethods(Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
Invokes a method in all members contained in dests (or all members if dests is null).
|
RspList |
RpcDispatcher.callRemoteMethods(Collection<Address> dests,
String method_name,
Object[] args,
Class[] types,
RequestOptions options) |
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout)
Deprecated.
|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
Class[] types,
int mode,
long timeout)
Deprecated.
|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
Class[] types,
int mode,
long timeout,
boolean use_anycasting)
Deprecated.
|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
Class[] types,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
String[] signature,
int mode,
long timeout)
Deprecated.
|
RspList |
RpcDispatcher.callRemoteMethods(Vector<Address> dests,
String method_name,
Object[] args,
String[] signature,
int mode,
long timeout,
boolean use_anycasting)
Deprecated.
|
RspList |
MessageDispatcher.castMessage(Collection<Address> dests,
Message msg,
RequestOptions options)
Sends a message to the members listed in dests.
|
RspList |
MessageDispatcher.castMessage(Vector dests,
Message msg,
int mode,
long timeout)
Deprecated.
|
RspList |
MessageDispatcher.castMessage(Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting)
Deprecated.
|
RspList |
MessageDispatcher.castMessage(Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
RspList |
MultiRequest.get() |
RspList |
GroupRequest.get() |
RspList |
MultiRequest.get(long timeout,
TimeUnit unit) |
RspList |
GroupRequest.get(long timeout,
TimeUnit unit) |
RspList |
MultiRequest.getResults()
Returns the results as a RspList
|
RspList |
GroupRequest.getResults()
Returns the results as a RspList
|
Modifier and Type | Method and Description |
---|---|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Collection<Address> dests,
MethodCall method_call,
RequestOptions options) |
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Vector<Address> dests,
MethodCall method_call)
Deprecated.
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout,
boolean use_anycasting,
boolean oob,
RspFilter filter)
Deprecated.
|
NotifyingFuture<RspList> |
MessageDispatcher.castMessageWithFuture(Collection<Address> dests,
Message msg,
RequestOptions options) |
NotifyingFuture<RspList> |
MessageDispatcher.castMessageWithFuture(Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting,
RspFilter filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DistributedQueue.checkResult(RspList rsp,
Object retval) |
boolean |
VoteResponseProcessor.processResponses(RspList responses,
int consensusType,
Object decree)
Processes the responses returned by the other nodes.
|
boolean |
DistributedLockManager.processResponses(RspList responses,
int consensusType,
Object decree)
Deprecated.
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
static RspList |
RspList.EMPTY_RSP_LIST |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.