Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotOffer
Packages that use SlotOffer
Package
Description
-
Uses of SlotOffer in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type SlotOfferModifier and TypeMethodDescriptionJobMaster.offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout) 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 SlotOfferModifier and TypeMethodDescriptionJobMaster.offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout) 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 SlotOfferModifier and TypeMethodDescriptionBlocklistDeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) DeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) Offers slots to this slot pool.DeclarativeSlotPoolBridge.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) DeclarativeSlotPoolService.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) DefaultDeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) SlotPool.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) Offers multiple slots to theSlotPool.SlotPoolService.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) Offers multiple slots to theSlotPoolService.BlocklistDeclarativeSlotPool.registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) DeclarativeSlotPool.registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) Registers the given set of slots at the slot pool.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 SlotOfferModifier and TypeMethodDescriptionBlocklistDeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) DeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) Offers slots to this slot pool.DeclarativeSlotPoolBridge.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) DeclarativeSlotPoolService.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) DefaultDeclarativeSlotPool.offerSlots(Collection<? extends SlotOffer> offers, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) SlotPool.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) Offers multiple slots to theSlotPool.SlotPoolService.offerSlots(TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, Collection<SlotOffer> offers) Offers multiple slots to theSlotPoolService.BlocklistDeclarativeSlotPool.registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) DeclarativeSlotPool.registerSlots(Collection<? extends SlotOffer> slots, TaskManagerLocation taskManagerLocation, TaskManagerGateway taskManagerGateway, long currentTime) Registers the given set of slots at the slot pool.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 SlotOfferModifier and TypeMethodDescriptionTaskSlot.generateSlotOffer()Generate the slot offer from this TaskSlot.