Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
Packages that use PhysicalSlotRequest.Result Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of PhysicalSlotRequest.Result in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type PhysicalSlotRequest.Result Modifier and Type Method Description Map<SlotRequestId,CompletableFuture<PhysicalSlotRequest.Result>>PhysicalSlotProvider. allocatePhysicalSlots(Collection<PhysicalSlotRequest> physicalSlotRequests)Submit requests to allocate physical slots.Map<SlotRequestId,CompletableFuture<PhysicalSlotRequest.Result>>PhysicalSlotProviderImpl. allocatePhysicalSlots(Collection<PhysicalSlotRequest> physicalSlotRequests)
-