Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
Packages that use PhysicalSlotRequestBulk Package Description org.apache.flink.runtime.jobmaster.slotpool org.apache.flink.runtime.scheduler -
-
Uses of PhysicalSlotRequestBulk in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type PhysicalSlotRequestBulk Modifier and Type Method Description voidPhysicalSlotRequestBulkChecker. schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk bulk, Duration timeout)Starts tracking the fulfillability of aPhysicalSlotRequestBulkwith timeout.voidPhysicalSlotRequestBulkCheckerImpl. schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk bulk, Duration timeout) -
Uses of PhysicalSlotRequestBulk in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement PhysicalSlotRequestBulk Modifier and Type Class Description classSharingPhysicalSlotRequestBulkImplementation ofPhysicalSlotRequestBulkforSlotSharingExecutionSlotAllocator.
-