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 |
---|---|
<V> Object |
AbstractVisitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<V> command) |
<V> Object |
Visitor.visitDistributedExecuteCommand(InvocationContext ctx,
DistributedExecuteCommand<V> command) |
Modifier and Type | Method and Description |
---|---|
protected <T,K> org.infinispan.distexec.DefaultExecutorService.DistributedTaskPart<T> |
DefaultExecutorService.createDistributedTaskPart(DistributedTask<T> task,
DistributedExecuteCommand<T> c,
Address target,
int failoverCount) |
protected <T,K> org.infinispan.distexec.DefaultExecutorService.DistributedTaskPart<T> |
DefaultExecutorService.createDistributedTaskPart(DistributedTask<T> task,
DistributedExecuteCommand<T> c,
List<K> inputKeys,
Address target,
int failoverCount) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.