| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.distexec |
| Modifier and Type | Method and Description |
|---|---|
<T> DistributedExecuteCommand<T> |
CommandsFactoryImpl.buildDistributedExecuteCommand(Callable<T> callable,
Address sender,
Collection keys) |
<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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command) |
Object |
AbstractVisitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<?> command) |
| Modifier and Type | Method and Description |
|---|---|
DistributedExecuteCommand<V> |
DefaultExecutorService.DistributedRunnableFuture.getCommand() |
| Constructor and Description |
|---|
DefaultExecutorService.DistributedRunnableFuture(DistributedExecuteCommand<V> command)
Creates a DistributedRunnableFuture that will upon running, execute the given
Runnable, and arrange that get will return the given result on successful
completion.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.