public abstract class DependencyWrapperTask<E> extends DependencyTask<E>
_dependencyTasks, ENABLE_DEBUG_DATA
Constructor and Description |
---|
DependencyWrapperTask(DependencyThreadPool pool) |
Modifier and Type | Method and Description |
---|---|
void |
addWrappedTaskFuture(Future<Future<?>> future) |
E |
call() |
List<Future<Future<?>>> |
getWrappedTaskFuture() |
abstract List<DependencyTask<?>> |
getWrappedTasks() |
addDependent, addPool, assignFuture, compareTo, isReady, setPriority, toString
public DependencyWrapperTask(DependencyThreadPool pool)
public List<Future<Future<?>>> getWrappedTaskFuture() throws ExecutionException, InterruptedException
public abstract List<DependencyTask<?>> getWrappedTasks()
Copyright © 2021 The Apache Software Foundation. All rights reserved.