Package | Description |
---|---|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Method and Description |
---|---|
RspList<Object> |
CommandAwareRpcDispatcher.broadcastRemoteCommands(ReplicableCommand command,
ResponseMode mode,
long timeout,
boolean anycasting,
boolean oob,
RspFilter filter,
boolean asyncMarshalling) |
RspList<Object> |
CommandAwareRpcDispatcher.invokeRemoteCommands(List<Address> recipients,
ReplicableCommand command,
ResponseMode mode,
long timeout,
boolean anycasting,
boolean oob,
RspFilter filter,
boolean asyncMarshalling) |
Modifier and Type | Method and Description |
---|---|
<T> RspList<T> |
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).
|
<T> RspList<T> |
RpcDispatcher.callRemoteMethods(Collection<Address> dests,
String method_name,
Object[] args,
Class[] types,
RequestOptions options)
Invokes a method in all members contained in dests (or all members if dests is null).
|
<T> RspList<T> |
MessageDispatcher.castMessage(Collection<Address> dests,
Message msg,
RequestOptions options)
Sends a message to the members listed in dests.
|
RspList<T> |
GroupRequest.get() |
RspList<T> |
GroupRequest.get(long timeout,
TimeUnit unit) |
RspList<T> |
GroupRequest.getResults()
Returns the results as a RspList
|
Modifier and Type | Method and Description |
---|---|
<T> NotifyingFuture<RspList<T>> |
RpcDispatcher.callRemoteMethodsWithFuture(Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
Invokes a method in all members contained in dests (or all members if dests is null).
|
<T> NotifyingFuture<RspList<T>> |
MessageDispatcher.castMessageWithFuture(Collection<Address> dests,
Message msg,
RequestOptions options)
Sends a message to the members listed in dests.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.