public interface ParallelTask<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()Optional implementation to cancel this task on a best effort basis | 
| ParallelExecutor<T> | getControl()return the controlling instance, e.g. | 
| default QueryInfo | getQueryInfo() | 
| CloseableIteration<T,QueryEvaluationException> | performTask() | 
CloseableIteration<T,QueryEvaluationException> performTask() throws Exception
ExceptionParallelExecutor<T> getControl()
void cancel()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.