Uses of Class
org.infinispan.commands.remote.SingleRpcCommand
Packages that use SingleRpcCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of SingleRpcCommand in org.infinispan.commands
Methods in org.infinispan.commands that return SingleRpcCommandModifier and TypeMethodDescriptiondefault SingleRpcCommandCommandsFactory.buildSingleRpcCommand(ReplicableCommand call) Deprecated, for removal: This API element is subject to removal in a future version.CommandsFactory.buildSingleRpcCommand(VisitableCommand command) Builds a SingleRpcCommand "envelope" containing a single ReplicableCommandCommandsFactoryImpl.buildSingleRpcCommand(VisitableCommand call)
CommandsFactory.buildSingleRpcCommand(VisitableCommand)instead.