Uses of Interface
org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Packages that use TaskManagerGateway Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of TaskManagerGateway in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement TaskManagerGateway Modifier and Type Class Description classRpcTaskManagerGatewayImplementation of theTaskManagerGatewayfor Flink's RPC system.Methods in org.apache.flink.runtime.jobmaster that return TaskManagerGateway Modifier and Type Method Description TaskManagerGatewayLogicalSlot. getTaskManagerGateway()Return the TaskManager gateway to talk to the TaskManager.TaskManagerGatewaySlotContext. 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 TaskManagerGateway Modifier and Type Method Description TaskManagerGatewaySingleLogicalSlot. getTaskManagerGateway()Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type TaskManagerGateway 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)
-