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