|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedExecuteCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
Uses of DistributedExecuteCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return DistributedExecuteCommand | ||
---|---|---|
|
CommandsFactoryImpl.buildDistributedExecuteCommand(Callable<T> callable,
Address sender,
Collection keys)
|
|
|
CommandsFactory.buildDistributedExecuteCommand(Callable<T> callable,
Address sender,
Collection keys)
Builds a DistributedExecuteCommand used for migration and execution of distributed Callables and Runnables. |
Methods in org.infinispan.commands with parameters of type DistributedExecuteCommand | |
---|---|
Object |
Visitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command)
|
Object |
AbstractVisitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command)
|
|
--> |