Uses of Interface
org.apache.blur.utils.ForkJoin.ParallelCall

Packages that use ForkJoin.ParallelCall
org.apache.blur.utils   
 

Uses of ForkJoin.ParallelCall in org.apache.blur.utils
 

Methods in org.apache.blur.utils with parameters of type ForkJoin.ParallelCall
static
<INPUT,OUTPUT>
ForkJoin.ParallelReturn<OUTPUT>
ForkJoin.execute(ExecutorService executor, Iterable<INPUT> it, ForkJoin.ParallelCall<INPUT,OUTPUT> parallelCall)
           
static
<INPUT,OUTPUT>
ForkJoin.ParallelReturn<OUTPUT>
ForkJoin.execute(ExecutorService executor, Iterable<INPUT> it, ForkJoin.ParallelCall<INPUT,OUTPUT> parallelCall, BlurExecutorCompletionService.Cancel cancel)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.