Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
Packages that use TimelineEntity
Package
Description
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 TimelineEntityMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEntityModifier and TypeMethodDescriptionvoidTimelineEntities.addEntity(TimelineEntity entity) Add a single entity into the existing entity listintTimelineEntity.compareTo(TimelineEntity other) Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEntityModifier and TypeMethodDescriptionvoidTimelineEntities.addEntities(List<TimelineEntity> entities) All a list of entities into the existing entity listvoidTimelineEntities.setEntities(List<TimelineEntity> entities) Set the entity list to the given list of entities -
Uses of TimelineEntity in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type TimelineEntityModifier and TypeMethodDescriptionabstract TimelinePutResponseTimelineClient.putEntities(ApplicationAttemptId appAttemptId, TimelineEntityGroupId groupId, TimelineEntity... entities) Send the information of a number of conceptual entities to the timeline server.abstract TimelinePutResponseTimelineClient.putEntities(TimelineEntity... entities) Send the information of a number of conceptual entities to the timeline server.