Class ID

All Implemented Interfaces:
Comparable<ID>, Writable, WritableComparable<ID>
Direct Known Subclasses:
JobID, TaskAttemptID, TaskID

@Public @Stable public abstract class ID extends ID
A general identifier, which internally stores the id as an integer. This is the super class of JobID, TaskID and TaskAttemptID.
See Also:
  • Constructor Details

    • ID

      public ID(int id)
      constructs an ID object from the given int
    • ID

      protected ID()