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

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

Uses of TimelineEntity in org.apache.hadoop.yarn.api.records.timeline
 

Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineEntity
 List<TimelineEntity> TimelineEntities.getEntities()
          Get a list of entities
 

Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEntity
 void TimelineEntities.addEntity(TimelineEntity entity)
          Add a single entity into the existing entity list
 int TimelineEntity.compareTo(TimelineEntity other)
           
 

Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEntity
 void TimelineEntities.addEntities(List<TimelineEntity> entities)
          All a list of entities into the existing entity list
 void TimelineEntities.setEntities(List<TimelineEntity> entities)
          Set the entity list to the given list of entities
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.