Uses of Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
Packages that use TimelineEntity
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineEntity in org.apache.hadoop.yarn.api.records.timelineservice
Subclasses of TimelineEntity in org.apache.hadoop.yarn.api.records.timelineserviceModifier and TypeClassDescriptionclassThis entity represents an application attempt.classThis entity represents an application.classThis entity represents a YARN cluster.classThis entity represents a container belonging to an application attempt.classEntity that represents a record for flow activity.classThis entity represents a flow run.classThis class extends timeline entity and defines parent-child relationships with other entities.classThis entity represents a queue.classThis entity represents a user defined entities to be stored under sub application table.classThis entity represents a user.Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineEntityMethods in org.apache.hadoop.yarn.api.records.timelineservice that return types with arguments of type TimelineEntityMethods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineEntityModifier and TypeMethodDescriptionvoidTimelineEntities.addEntity(TimelineEntity entity) intFlowActivityEntity.compareTo(TimelineEntity entity) intTimelineEntity.compareTo(TimelineEntity other) static TimelineEventApplicationEntity.getApplicationEvent(TimelineEntity te, String eventId) static booleanApplicationEntity.isApplicationEntity(TimelineEntity te) Checks if the input TimelineEntity object is an ApplicationEntity.static booleanSubApplicationEntity.isSubApplicationEntity(TimelineEntity te) Checks if the input TimelineEntity object is an SubApplicationEntity.Method parameters in org.apache.hadoop.yarn.api.records.timelineservice with type arguments of type TimelineEntityModifier and TypeMethodDescriptionvoidTimelineEntities.addEntities(List<TimelineEntity> timelineEntities) voidTimelineEntities.setEntities(List<TimelineEntity> timelineEntities) Constructors in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineEntityModifierConstructorDescriptionApplicationEntity(TimelineEntity entity) ClusterEntity(TimelineEntity entity) ContainerEntity(TimelineEntity entity) FlowActivityEntity(TimelineEntity entity) FlowRunEntity(TimelineEntity entity) QueueEntity(TimelineEntity entity) SubApplicationEntity(TimelineEntity entity) TimelineEntity(TimelineEntity entity) The constuctor is used to construct a proxyTimelineEntityor its subclass object from the real entity object that carries information.UserEntity(TimelineEntity entity) -
Uses of TimelineEntity in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return TimelineEntityModifier and TypeMethodDescriptionabstract TimelineEntityTimelineReaderClient.getApplicationAttemptEntity(ApplicationAttemptId appAttemptId, String fields, Map<String, String> filters) Gets application attempt entity.abstract TimelineEntityTimelineReaderClient.getApplicationEntity(ApplicationId appId, String fields, Map<String, String> filters) Gets application entity.abstract TimelineEntityTimelineReaderClient.getContainerEntity(ContainerId containerId, String fields, Map<String, String> filters) Gets Timeline entity for the container.Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type TimelineEntityModifier and TypeMethodDescriptionabstract List<TimelineEntity>TimelineReaderClient.getApplicationAttemptEntities(ApplicationId appId, String fields, Map<String, String> filters, long limit, String fromId) Gets application attempt entities.abstract List<TimelineEntity>TimelineReaderClient.getContainerEntities(ApplicationId appId, String fields, Map<String, String> filters, long limit, String fromId) Gets container entities for an application. -
Uses of TimelineEntity in org.apache.hadoop.yarn.client.api.impl
Methods in org.apache.hadoop.yarn.client.api.impl that return TimelineEntityModifier and TypeMethodDescriptionTimelineReaderClientImpl.getApplicationAttemptEntity(ApplicationAttemptId appAttemptId, String fields, Map<String, String> filters) TimelineReaderClientImpl.getApplicationEntity(ApplicationId appId, String fields, Map<String, String> filters) TimelineReaderClientImpl.getContainerEntity(ContainerId containerId, String fields, Map<String, String> filters) Methods in org.apache.hadoop.yarn.client.api.impl that return types with arguments of type TimelineEntityModifier and TypeMethodDescriptionTimelineReaderClientImpl.getApplicationAttemptEntities(ApplicationId appId, String fields, Map<String, String> filters, long limit, String fromId) TimelineReaderClientImpl.getContainerEntities(ApplicationId appId, String fields, Map<String, String> filters, long limit, String fromId)