Uses of Interface
org.apache.blur.utils.BlurExecutorCompletionService.Cancel

Packages that use BlurExecutorCompletionService.Cancel
org.apache.blur.utils   
 

Uses of BlurExecutorCompletionService.Cancel in org.apache.blur.utils
 

Fields in org.apache.blur.utils declared as BlurExecutorCompletionService.Cancel
static BlurExecutorCompletionService.Cancel ForkJoin.CANCEL
           
 

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

Constructors in org.apache.blur.utils with parameters of type BlurExecutorCompletionService.Cancel
BlurExecutorCompletionService(Executor executor, BlurExecutorCompletionService.Cancel cancel)
           
 



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