Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerId
-
Packages that use PendingTaskManagerId Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of PendingTaskManagerId in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return PendingTaskManagerId Modifier and Type Method Description static PendingTaskManagerIdPendingTaskManagerId. generate()PendingTaskManagerIdPendingTaskManager. getPendingTaskManagerId()Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type PendingTaskManagerId Modifier and Type Method Description Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>>ResourceAllocationResult. getAllocationsOnPendingResources()Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type PendingTaskManagerId Modifier and Type Method Description ResourceAllocationResult.BuilderResourceAllocationResult.Builder. addAllocationOnPendingResource(org.apache.flink.api.common.JobID jobId, PendingTaskManagerId pendingTaskManagerId, ResourceProfile resourceProfile)Map<org.apache.flink.api.common.JobID,ResourceCounter>FineGrainedTaskManagerTracker. removePendingTaskManager(PendingTaskManagerId pendingTaskManagerId)Method parameters in org.apache.flink.runtime.resourcemanager.slotmanager with type arguments of type PendingTaskManagerId Modifier and Type Method Description voidFineGrainedTaskManagerTracker. replaceAllPendingAllocations(Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>> pendingSlotAllocations)
-