Package org.infinispan.distexec

Interface Summary
DistributedCallable<K,V,T> A task that returns a result and may throw an exception capable of being executed in another JVM.
DistributedExecutorService An ExecutorService that provides methods to submit tasks for execution on a cluster of Infinispan nodes.
 

Class Summary
DefaultExecutorService Infinispan's implementation of an ExecutorService and DistributedExecutorService.
DistributedExecutionCompletionService<V> A CompletionService that uses a supplied DistributedExecutorService to execute tasks.
 


-->

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