| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| Modifier and Type | Method and Description |
|---|---|
default SingleRpcCommand |
CommandsFactory.buildSingleRpcCommand(ReplicableCommand call)
Deprecated.
since 11.0 use
CommandsFactory.buildSingleRpcCommand(VisitableCommand) instead. |
SingleRpcCommand |
CommandsFactory.buildSingleRpcCommand(VisitableCommand command)
Builds a SingleRpcCommand "envelope" containing a single ReplicableCommand
|
SingleRpcCommand |
CommandsFactoryImpl.buildSingleRpcCommand(VisitableCommand call) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.