Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity

Packages that use TimelineEvents.EventsOfOneEntity
org.apache.hadoop.yarn.api.records.timeline Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of TimelineEvents.EventsOfOneEntity in org.apache.hadoop.yarn.api.records.timeline
 

Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineEvents.EventsOfOneEntity
 List<TimelineEvents.EventsOfOneEntity> TimelineEvents.getAllEvents()
          Get a list of TimelineEvents.EventsOfOneEntity instances
 

Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEvents.EventsOfOneEntity
 void TimelineEvents.addEvent(TimelineEvents.EventsOfOneEntity eventsOfOneEntity)
          Add a single TimelineEvents.EventsOfOneEntity instance into the existing list
 

Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEvents.EventsOfOneEntity
 void TimelineEvents.addEvents(List<TimelineEvents.EventsOfOneEntity> allEvents)
          Add a list of TimelineEvents.EventsOfOneEntity instances into the existing list
 void TimelineEvents.setEvents(List<TimelineEvents.EventsOfOneEntity> allEvents)
          Set the list to the given list of TimelineEvents.EventsOfOneEntity instances
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.