Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.commands.CancellableCommand

Packages that use CancellableCommand
org.infinispan.commands.read   
 

Uses of CancellableCommand in org.infinispan.commands.read
 

Classes in org.infinispan.commands.read that implement CancellableCommand
 class DistributedExecuteCommand<V>
          DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
 class MapCombineCommand<KIn,VIn,KOut,VOut>
          MapCombineCommand is a container to migrate Mapper and Reducer which is a combiner to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
 class ReduceCommand<KOut,VOut>
          ReduceCommand is a container to migrate Reducer to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.