Class PendingTaskCollectionPointer
- java.lang.Object
-
- org.apache.nemo.runtime.master.scheduler.PendingTaskCollectionPointer
-
@ThreadSafe public final class PendingTaskCollectionPointer extends java.lang.Object
Points to a collection of pending tasks eligible for scheduling. This pointer effectively points to a subset of a scheduling group. Within the collection, the tasks can be scheduled in any order.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PendingTaskCollectionPointer
newInstance()
Static constructor for manual usage.
-
-
-
Method Detail
-
newInstance
public static PendingTaskCollectionPointer newInstance()
Static constructor for manual usage.- Returns:
- a new instance of PendingTaskCollectionPointer.
-
-