Uses of Interface
org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
Packages that use TaskManagerGateway
-
Uses of TaskManagerGateway in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement TaskManagerGatewayModifier and TypeClassDescriptionclassImplementation of theTaskManagerGatewayfor Flink's RPC system.Methods in org.apache.flink.runtime.jobmaster that return TaskManagerGatewayModifier and TypeMethodDescriptionLogicalSlot.getTaskManagerGateway()Return the TaskManager gateway to talk to the TaskManager.SlotContext.getTaskManagerGateway()Gets the actor gateway that can be used to send messages to the TaskManager. -
Uses of TaskManagerGateway in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return TaskManagerGatewayMethods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type TaskManagerGatewayModifier 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)