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.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 RpcOptionsRpcManager.getTotalSyncRpcOptions()Methods in org.infinispan.remoting.rpc with parameters of type RpcOptionsModifier and TypeMethodDescription<T> CompletionStage<T> RpcManager.invokeCommand(Collection<Address> targets, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, 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, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, 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, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManagerImpl.invokeCommand(Address target, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommandOnAll(org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, 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(org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommands(Collection<Address> targets, Function<Address, org.infinispan.commands.remote.CacheRpcCommand> commandGenerator, ResponseCollector<Address, 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, org.infinispan.commands.remote.CacheRpcCommand> commandGenerator, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommandStaggered(Collection<Address> targets, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, 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, org.infinispan.commands.remote.CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions)