Uses of Class
org.infinispan.commands.read.DistributedExecuteCommand
-
Packages that use DistributedExecuteCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.distexec Distributed Executor APIs (deprecated)org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. -
-
Uses of DistributedExecuteCommand in org.infinispan.commands
Methods in org.infinispan.commands that return DistributedExecuteCommand Modifier and Type Method 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)
Methods in org.infinispan.commands with parameters of type DistributedExecuteCommand Modifier and Type Method Description <V> Object
AbstractVisitor. visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<V> command)
<V> Object
Visitor. visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<V> command)
-
Uses of DistributedExecuteCommand in org.infinispan.distexec
Methods in org.infinispan.distexec with parameters of type DistributedExecuteCommand Modifier and Type Method Description protected <T,K>
org.infinispan.distexec.DefaultExecutorService.DistributedTaskPart<T>DefaultExecutorService. createDistributedTaskPart(DistributedTask<T> task, DistributedExecuteCommand<T> c, List<K> inputKeys, Address target, int failoverCount)
Deprecated.protected <T,K>
org.infinispan.distexec.DefaultExecutorService.DistributedTaskPart<T>DefaultExecutorService. createDistributedTaskPart(DistributedTask<T> task, DistributedExecuteCommand<T> c, Address target, int failoverCount)
Deprecated. -
Uses of DistributedExecuteCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type DistributedExecuteCommand Modifier and Type Method Description <V> Object
DDAsyncInterceptor. visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<V> command)
-