Class TimelineEntityGroupId

java.lang.Object
org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
All Implemented Interfaces:
Comparable<TimelineEntityGroupId>

@Public @Unstable public class TimelineEntityGroupId extends Object implements Comparable<TimelineEntityGroupId>

TimelineEntityGroupId is an abstract way for timeline service users to represent “a group of related timeline data. For example, all entities that represents one data flow DAG execution can be grouped into one timeline entity group.

  • Field Details

    • TIMELINE_ENTITY_GROUPID_STR_PREFIX

      @Private @Unstable public static final String TIMELINE_ENTITY_GROUPID_STR_PREFIX
      See Also:
  • Constructor Details

    • TimelineEntityGroupId

      public TimelineEntityGroupId()
  • Method Details