Class ProcessorGraphNode.ProcessorNodeForkJoinTask<In,Out>

java.lang.Object
java.util.concurrent.ForkJoinTask<V>
java.util.concurrent.RecursiveTask<Values>
org.mapfish.print.processor.ProcessorGraphNode.ProcessorNodeForkJoinTask<In,Out>
Type Parameters:
In - the type of the input parameter
Out - the type of the output parameter
All Implemented Interfaces:
Serializable, Future<Values>
Enclosing class:
ProcessorGraphNode<IN,OUT>

public static final class ProcessorGraphNode.ProcessorNodeForkJoinTask<In,Out> extends RecursiveTask<Values>
A ForkJoinTask that will run the processor and all of its dependencies.
See Also: