Uses of Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent
Packages that use TimelineEvent
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineEvent in org.apache.hadoop.yarn.api.records.timelineservice
Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineEventModifier and TypeMethodDescriptionstatic TimelineEventApplicationEntity.getApplicationEvent(TimelineEntity te, String eventId) Methods in org.apache.hadoop.yarn.api.records.timelineservice that return types with arguments of type TimelineEventMethods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineEntity.addEvent(TimelineEvent event) intTimelineEvent.compareTo(TimelineEvent other) Method parameters in org.apache.hadoop.yarn.api.records.timelineservice with type arguments of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineEntity.addEvents(Set<TimelineEvent> entityEvents) voidTimelineEntity.setEvents(NavigableSet<TimelineEvent> entityEvents)