org.apache.blur.utils
Interface ForkJoin.ParallelCall<INPUT,OUTPUT>

Enclosing class:
ForkJoin

public static interface ForkJoin.ParallelCall<INPUT,OUTPUT>


Method Summary
 OUTPUT call(INPUT input)
           
 

Method Detail

call

OUTPUT call(INPUT input)
            throws Exception
Throws:
Exception


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