Uses of Class
org.infinispan.remoting.rpc.RpcOptions
Packages that use RpcOptions
Package
Description
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
Uses of RpcOptions in org.infinispan.extendedstats.wrappers
Methods in org.infinispan.extendedstats.wrappers that return RpcOptionsModifier and TypeMethodDescriptionExtendedStatisticRpcManager.getSyncRpcOptions()
ExtendedStatisticRpcManager.getTotalSyncRpcOptions()
Methods in org.infinispan.extendedstats.wrappers with parameters of type RpcOptionsModifier and TypeMethodDescription<T> CompletionStage<T>
ExtendedStatisticRpcManager.invokeCommand
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
ExtendedStatisticRpcManager.invokeCommand
(Address target, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
ExtendedStatisticRpcManager.invokeCommandOnAll
(ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
ExtendedStatisticRpcManager.invokeCommands
(Collection<Address> targets, Function<Address, ReplicableCommand> commandGenerator, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
ExtendedStatisticRpcManager.invokeCommandStaggered
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) ExtendedStatisticRpcManager.invokeRemotelyAsync
(Collection<Address> recipients, ReplicableCommand rpc, RpcOptions options) -
Uses of RpcOptions in org.infinispan.reactive.publisher.impl
Fields in org.infinispan.reactive.publisher.impl declared as RpcOptions -
Uses of RpcOptions in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return RpcOptionsModifier and TypeMethodDescriptionRpcManager.getSyncRpcOptions()
RpcManagerImpl.getSyncRpcOptions()
default RpcOptions
RpcManager.getTotalSyncRpcOptions()
Methods in org.infinispan.remoting.rpc with parameters of type RpcOptionsModifier and TypeMethodDescription<T> CompletionStage<T>
RpcManager.invokeCommand
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) Invoke a command on a collection of node and pass the responses to aResponseCollector
.<T> CompletionStage<T>
RpcManager.invokeCommand
(Address target, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) Invoke a command on a single node and pass the response to aResponseCollector
.<T> CompletionStage<T>
RpcManagerImpl.invokeCommand
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
RpcManagerImpl.invokeCommand
(Address target, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
RpcManager.invokeCommandOnAll
(ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) Invoke a command on all the nodes in the cluster and pass the responses to aResponseCollector
.<T> CompletionStage<T>
RpcManagerImpl.invokeCommandOnAll
(ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
RpcManager.invokeCommands
(Collection<Address> targets, Function<Address, ReplicableCommand> commandGenerator, ResponseCollector<T> collector, RpcOptions rpcOptions) Invoke different commands on a collection of nodes and pass the responses to aResponseCollector
.<T> CompletionStage<T>
RpcManagerImpl.invokeCommands
(Collection<Address> targets, Function<Address, ReplicableCommand> commandGenerator, ResponseCollector<T> collector, RpcOptions rpcOptions) <T> CompletionStage<T>
RpcManager.invokeCommandStaggered
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) Invoke a command on a collection of nodes and pass the responses to aResponseCollector
.<T> CompletionStage<T>
RpcManagerImpl.invokeCommandStaggered
(Collection<Address> targets, ReplicableCommand command, ResponseCollector<T> collector, RpcOptions rpcOptions) default CompletableFuture<Map<Address,
Response>> RpcManager.invokeRemotelyAsync
(Collection<Address> recipients, ReplicableCommand rpc, RpcOptions options) Deprecated, for removal: This API element is subject to removal in a future version.RpcManagerImpl.invokeRemotelyAsync
(Collection<Address> recipients, ReplicableCommand rpc, RpcOptions options)
RpcManager.sendToMany(Collection, ReplicableCommand, DeliverOrder)
orRpcManager.invokeCommand(Collection, ReplicableCommand, ResponseCollector, RpcOptions)
instead.