Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEvent

Packages that use TimelineEvent
org.apache.hadoop.yarn.api.records.timeline 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 TimelineEvent
 List<TimelineEvent> TimelineEntity.getEvents()
          Get a list of events related to the entity
 List<TimelineEvent> TimelineEvents.EventsOfOneEntity.getEvents()
          Get a list of events
 

Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEvent
 void TimelineEntity.addEvent(TimelineEvent event)
          Add a single event related to the entity to the existing event list
 void TimelineEvents.EventsOfOneEntity.addEvent(TimelineEvent event)
          Add a single event to the existing event list
 int TimelineEvent.compareTo(TimelineEvent other)
           
 

Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEvent
 void TimelineEntity.addEvents(List<TimelineEvent> events)
          Add a list of events related to the entity to the existing event list
 void TimelineEvents.EventsOfOneEntity.addEvents(List<TimelineEvent> events)
          Add a list of event to the existing event list
 void TimelineEntity.setEvents(List<TimelineEvent> events)
          Set the event list to the given list of events related to the entity
 void TimelineEvents.EventsOfOneEntity.setEvents(List<TimelineEvent> events)
          Set the event list to the given list of events
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.