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.
Transfer of state to new caches in a cluster.
-
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, 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, 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, CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManagerImpl.invokeCommand(Address target, CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommandOnAll(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(CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommands(Collection<Address> targets, Function<Address, 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, CacheRpcCommand> commandGenerator, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) <T> CompletionStage<T> RpcManager.invokeCommandStaggered(Collection<Address> targets, 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, CacheRpcCommand command, ResponseCollector<Address, T> collector, RpcOptions rpcOptions) -
Uses of RpcOptions in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as RpcOptions