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

@Public @Unstable public class TimelineEvent extends Object implements Comparable<TimelineEvent>
This class contains the information of an event that belongs to an entity. Users are free to define what the event means, such as starting an application, container being allocated, etc.
  • Field Details

  • Constructor Details

    • TimelineEvent

      public TimelineEvent()
  • Method Details