java.lang.Object
org.apache.flink.runtime.clusterframework.types.SlotID
All Implemented Interfaces:
Serializable, ResourceIDRetrievable

public class SlotID extends Object implements ResourceIDRetrievable, Serializable
Unique identifier for a slot on a TaskManager. This ID is constant across the life time of the TaskManager.

In contrast, the AllocationID represents the a slot allocation and changes every time the slot is allocated by a JobManager.

See Also:
  • Constructor Details

    • SlotID

      public SlotID(ResourceID resourceId, int slotNumber)
  • Method Details