public interface SlotInfo
Modifier and Type | Method and Description |
---|---|
AllocationID |
getAllocationId()
Gets the id under which the slot has been allocated on the TaskManager.
|
int |
getPhysicalSlotNumber()
Gets the number of the slot.
|
ResourceProfile |
getResourceProfile()
Returns the resource profile of the slot.
|
TaskManagerLocation |
getTaskManagerLocation()
Gets the location info of the TaskManager that offers this slot.
|
boolean |
willBeOccupiedIndefinitely()
Returns whether the slot will be occupied indefinitely.
|
AllocationID getAllocationId()
TaskManagerLocation getTaskManagerLocation()
int getPhysicalSlotNumber()
ResourceProfile getResourceProfile()
boolean willBeOccupiedIndefinitely()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.