Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
Packages that use SlotOffer Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.slotpool org.apache.flink.runtime.taskexecutor.slot -
-
Uses of SlotOffer in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type SlotOffer Modifier and Type Method Description CompletableFuture<Collection<SlotOffer>>JobMaster. offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout)CompletableFuture<Collection<SlotOffer>>JobMasterGateway. offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout)Offers the given slots to the job manager.Method parameters in org.apache.flink.runtime.jobmaster with type arguments of type SlotOffer Modifier and Type Method Description CompletableFuture<Collection<SlotOffer>>JobMaster. offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout)CompletableFuture<Collection<SlotOffer>>JobMasterGateway. offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout)Offers the given slots to the job manager. -
Uses of SlotOffer in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type SlotOffer Modifier and Type Method Description Collection<SlotOffer>BlocklistDeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>DeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Offers slots to this slot pool.Collection<SlotOffer>DeclarativeSlotPoolBridge. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Collection<SlotOffer>DeclarativeSlotPoolService. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Collection<SlotOffer>DefaultDeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>SlotPool. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Offers multiple slots to theSlotPool.Collection<SlotOffer>SlotPoolService. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Offers multiple slots to theSlotPoolService.Collection<SlotOffer>BlocklistDeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>DeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Registers the given set of slots at the slot pool.Collection<SlotOffer>DefaultDeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Method parameters in org.apache.flink.runtime.jobmaster.slotpool with type arguments of type SlotOffer Modifier and Type Method Description Collection<SlotOffer>BlocklistDeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>DeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Offers slots to this slot pool.Collection<SlotOffer>DeclarativeSlotPoolBridge. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Collection<SlotOffer>DeclarativeSlotPoolService. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Collection<SlotOffer>DefaultDeclarativeSlotPool. offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>SlotPool. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Offers multiple slots to theSlotPool.Collection<SlotOffer>SlotPoolService. offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers)Offers multiple slots to theSlotPoolService.Collection<SlotOffer>BlocklistDeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Collection<SlotOffer>DeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime)Registers the given set of slots at the slot pool.Collection<SlotOffer>DefaultDeclarativeSlotPool. registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) -
Uses of SlotOffer in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return SlotOffer Modifier and Type Method Description SlotOfferTaskSlot. generateSlotOffer()Generate the slot offer from this TaskSlot.
-