Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
Packages that use PendingTaskManager Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of PendingTaskManager in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type PendingTaskManager Modifier and Type Method Description Collection<PendingTaskManager>FineGrainedTaskManagerTracker. getPendingTaskManagers()Collection<PendingTaskManager>FineGrainedTaskManagerTracker. getPendingTaskManagersByTotalAndDefaultSlotResourceProfile(ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)List<PendingTaskManager>ResourceAllocationResult. getPendingTaskManagersToAllocate()List<PendingTaskManager>ResourceReconcileResult. getPendingTaskManagersToAllocate()List<PendingTaskManager>ResourceReconcileResult. getPendingTaskManagersToRelease()Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type PendingTaskManager Modifier and Type Method Description voidFineGrainedTaskManagerTracker. addPendingTaskManager(PendingTaskManager pendingTaskManager)ResourceAllocationResult.BuilderResourceAllocationResult.Builder. addPendingTaskManagerAllocate(PendingTaskManager pendingTaskManager)ResourceReconcileResult.BuilderResourceReconcileResult.Builder. addPendingTaskManagerToAllocate(PendingTaskManager pendingTaskManager)ResourceReconcileResult.BuilderResourceReconcileResult.Builder. addPendingTaskManagerToRelease(PendingTaskManager pendingTaskManager)Constructor parameters in org.apache.flink.runtime.resourcemanager.slotmanager with type arguments of type PendingTaskManager Constructor Description ResourceReconcileResult(List<PendingTaskManager> pendingTaskManagersToAllocate, List<PendingTaskManager> pendingTaskManagersToRelease, List<TaskManagerInfo> taskManagersToRelease)
-