public interface SlotContext extends SlotInfo
LogicalSlot
. This context contains information about the
underlying allocated slot and how to communicate with the TaskManager on which it was allocated.Modifier and Type | Method and Description |
---|---|
TaskManagerGateway |
getTaskManagerGateway()
Gets the actor gateway that can be used to send messages to the TaskManager.
|
getAllocationId, getPhysicalSlotNumber, getResourceProfile, getTaskManagerLocation, willBeOccupiedIndefinitely
TaskManagerGateway getTaskManagerGateway()
This method should be removed once the new interface-based RPC abstraction is in place
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.