Uses of Class
org.apache.flink.runtime.scheduler.ExecutionSlotSharingGroup
-
Packages that use ExecutionSlotSharingGroup Package Description org.apache.flink.runtime.scheduler -
-
Uses of ExecutionSlotSharingGroup in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type ExecutionSlotSharingGroup Modifier and Type Method Description void
SharingPhysicalSlotRequestBulk. markFulfilled(ExecutionSlotSharingGroup group, AllocationID allocationId)
Moves a pending request to fulfilled.Constructor parameters in org.apache.flink.runtime.scheduler with type arguments of type ExecutionSlotSharingGroup Constructor Description SharingPhysicalSlotRequestBulk(Map<ExecutionSlotSharingGroup,List<ExecutionVertexID>> executions, Map<ExecutionSlotSharingGroup,ResourceProfile> pendingRequests, BiConsumer<ExecutionVertexID,Throwable> logicalSlotRequestCanceller)
-