Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
Packages that use PendingTaskManager
-
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 PendingTaskManagerModifier and TypeMethodDescriptionFineGrainedTaskManagerTracker.getPendingTaskManagers()FineGrainedTaskManagerTracker.getPendingTaskManagersByTotalAndDefaultSlotResourceProfile(ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) ResourceAllocationResult.getPendingTaskManagersToAllocate()ResourceReconcileResult.getPendingTaskManagersToAllocate()ResourceReconcileResult.getPendingTaskManagersToRelease()Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type PendingTaskManagerModifier and TypeMethodDescriptionvoidFineGrainedTaskManagerTracker.addPendingTaskManager(PendingTaskManager pendingTaskManager) ResourceAllocationResult.Builder.addPendingTaskManagerAllocate(PendingTaskManager pendingTaskManager) ResourceReconcileResult.Builder.addPendingTaskManagerToAllocate(PendingTaskManager pendingTaskManager) ResourceReconcileResult.Builder.addPendingTaskManagerToRelease(PendingTaskManager pendingTaskManager) Constructor parameters in org.apache.flink.runtime.resourcemanager.slotmanager with type arguments of type PendingTaskManagerModifierConstructorDescriptionResourceReconcileResult(List<PendingTaskManager> pendingTaskManagersToAllocate, List<PendingTaskManager> pendingTaskManagersToRelease, List<TaskManagerInfo> taskManagersToRelease)