Class TimelineEntity.Identifier

java.lang.Object
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
Enclosing class:
TimelineEntity

public static class TimelineEntity.Identifier extends Object
Identifier of timeline entity(entity id + entity type).
  • Constructor Details

    • Identifier

      public Identifier(String type, String id)
    • Identifier

      public Identifier()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String entityType)
    • getId

      public String getId()
    • setId

      public void setId(String entityId)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object