public final class ProcessorDependencyGraph.ProcessorGraphForkJoinTask extends java.util.concurrent.RecursiveTask<Values>
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning)
Cancels the complete processor graph of a print task.
|
protected Values |
compute() |
Processor.ExecutionContext |
getExecutionContext() |
adapt, adapt, adapt, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic boolean cancel(boolean mayInterruptIfRunning)
This is achieved by setting the cancel flag of the execution context, so that every processor can stop its execution.
protected Values compute()
compute in class java.util.concurrent.RecursiveTask<Values>public Processor.ExecutionContext getExecutionContext()