Uses of Class
org.infinispan.commands.remote.SingleRpcCommand
-
Packages that use SingleRpcCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of SingleRpcCommand in org.infinispan.commands
Methods in org.infinispan.commands that return SingleRpcCommand Modifier and Type Method Description default SingleRpcCommandCommandsFactory. buildSingleRpcCommand(ReplicableCommand call)Deprecated.since 11.0 useCommandsFactory.buildSingleRpcCommand(VisitableCommand)instead.SingleRpcCommandCommandsFactory. buildSingleRpcCommand(VisitableCommand command)Builds a SingleRpcCommand "envelope" containing a single ReplicableCommandSingleRpcCommandCommandsFactoryImpl. buildSingleRpcCommand(VisitableCommand call)
-