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 Summary
Constructors Constructor Description DependencyWrapperTask(DependencyThreadPool pool)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
addWrappedTaskFuture(Future<Future<?>> future)
E
call()
List<Future<Future<?>>>
getWrappedTaskFuture()
abstract List<DependencyTask<?>>
getWrappedTasks()
-
Methods inherited from class org.apache.sysds.runtime.util.DependencyTask
addDependent, addPool, assignFuture, compareTo, hasDependency, isReady, setPriority, toString
-
-
-
-
Constructor Detail
-
DependencyWrapperTask
public DependencyWrapperTask(DependencyThreadPool pool)
-
-
Method Detail
-
getWrappedTaskFuture
public List<Future<Future<?>>> getWrappedTaskFuture() throws ExecutionException, InterruptedException
-
getWrappedTasks
public abstract List<DependencyTask<?>> getWrappedTasks()
-
-