Package | Description |
---|---|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
Modifier and Type | Method and Description |
---|---|
RpcOptions |
RpcOptionsBuilder.build() |
RpcOptions |
RpcManagerImpl.getDefaultRpcOptions(boolean sync) |
RpcOptions |
RpcManager.getDefaultRpcOptions(boolean sync)
|
RpcOptions |
RpcManagerImpl.getDefaultRpcOptions(boolean sync,
boolean fifoOrder) |
RpcOptions |
RpcManager.getDefaultRpcOptions(boolean sync,
boolean fifoOrder)
Builds a RpcOptions based on the parameters
|
Modifier and Type | Method and Description |
---|---|
Map<Address,Response> |
RpcManagerImpl.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options) |
Map<Address,Response> |
RpcManager.invokeRemotely(Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options)
Invokes an RPC call on other caches in the cluster.
|
void |
RpcManagerImpl.invokeRemotelyInFuture(Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options,
NotifyingNotifiableFuture<Object> future) |
void |
RpcManager.invokeRemotelyInFuture(Collection<Address> recipients,
ReplicableCommand rpc,
RpcOptions options,
NotifyingNotifiableFuture<Object> future)
The same as
RpcManager.invokeRemotely(java.util.Collection, org.infinispan.commands.ReplicableCommand, RpcOptions)
except that the task is passed to the transport executor and a Future is returned. |
Constructor and Description |
---|
RpcOptionsBuilder(RpcOptions template)
Constructor based on existing
RpcOptions |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.