Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEvent
Packages that use TimelineEvent
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineEvent in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineEventModifier and TypeMethodDescriptionTimelineEntity.getEvents()Get a list of events related to the entityTimelineEvents.EventsOfOneEntity.getEvents()Get a list of eventsMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineEntity.addEvent(TimelineEvent event) Add a single event related to the entity to the existing event listvoidTimelineEvents.EventsOfOneEntity.addEvent(TimelineEvent event) Add a single event to the existing event listintTimelineEvent.compareTo(TimelineEvent other) Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineEntity.addEvents(List<TimelineEvent> events) Add a list of events related to the entity to the existing event listvoidTimelineEvents.EventsOfOneEntity.addEvents(List<TimelineEvent> events) Add a list of event to the existing event listvoidTimelineEntity.setEvents(List<TimelineEvent> events) Set the event list to the given list of events related to the entityvoidTimelineEvents.EventsOfOneEntity.setEvents(List<TimelineEvent> events) Set the event list to the given list of events