Package org.apache.sysds.runtime.util
Class DependencyWrapperTask<E>
- java.lang.Object
- 
- org.apache.sysds.runtime.util.DependencyTask<E>
- 
- org.apache.sysds.runtime.util.DependencyWrapperTask<E>
 
 
- 
- All Implemented Interfaces:
- Comparable<DependencyTask<?>>,- Callable<E>
 
 public abstract class DependencyWrapperTask<E> extends DependencyTask<E> 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.util.DependencyTask_dependencyTasks, ENABLE_DEBUG_DATA
 
- 
 - 
Constructor SummaryConstructors Constructor Description DependencyWrapperTask(DependencyThreadPool pool)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddWrappedTaskFuture(Future<Future<?>> future)Ecall()List<Future<Future<?>>>getWrappedTaskFuture()abstract List<DependencyTask<?>>getWrappedTasks()- 
Methods inherited from class org.apache.sysds.runtime.util.DependencyTaskaddDependent, addPool, assignFuture, compareTo, hasDependency, isReady, setPriority, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DependencyWrapperTaskpublic DependencyWrapperTask(DependencyThreadPool pool) 
 
- 
 - 
Method Detail- 
getWrappedTaskFuturepublic List<Future<Future<?>>> getWrappedTaskFuture() throws ExecutionException, InterruptedException 
 - 
getWrappedTaskspublic abstract List<DependencyTask<?>> getWrappedTasks() 
 
- 
 
-