Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
Modifier and Type | Method and Description |
---|---|
<T> DistributedExecuteCommand<T> |
CommandsFactory.buildDistributedExecuteCommand(Callable<T> callable,
Address sender,
Collection keys)
Builds a DistributedExecuteCommand used for migration and execution of distributed Callables and Runnables.
|
<T> DistributedExecuteCommand<T> |
CommandsFactoryImpl.buildDistributedExecuteCommand(Callable<T> callable,
Address sender,
Collection keys) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command) |
Object |
Visitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.