Class AllocatedSlotInfo

java.lang.Object
org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
All Implemented Interfaces:
Serializable

public class AllocatedSlotInfo extends Object implements Serializable
Information about an allocated slot which is owned by a JobMaster.
See Also:
  • Constructor Details

    • AllocatedSlotInfo

      public AllocatedSlotInfo(int index, AllocationID allocationId)
  • Method Details

    • getAllocationId

      public AllocationID getAllocationId()
    • getSlotIndex

      public int getSlotIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object