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>
-
Field Summary
Fields inherited from class org.apache.sysds.runtime.util.DependencyTask
_dependencyTasks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWrappedTaskFuture(Future<Future<?>> future) call()abstract List<DependencyTask<?>>Methods inherited from class org.apache.sysds.runtime.util.DependencyTask
addDependent, addPool, assignFuture, compareTo, hasDependency, isReady, setPriority, toString
-
Constructor Details
-
DependencyWrapperTask
-
-
Method Details
-
addWrappedTaskFuture
-
getWrappedTaskFuture
public List<Future<Future<?>>> getWrappedTaskFuture() throws ExecutionException, InterruptedException -
getWrappedTasks
-
call
-