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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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.api.records.timelineservice.reader
Methods in org.apache.hadoop.yarn.api.records.timelineservice.reader that return TimelineEntityModifier and TypeMethodDescriptionTimelineEntityReader.readFrom(Class<TimelineEntity> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Method parameters in org.apache.hadoop.yarn.api.records.timelineservice.reader with type arguments of type TimelineEntityModifier and TypeMethodDescriptionTimelineEntityReader.readFrom(Class<TimelineEntity> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) -
Uses of TimelineEntity in org.apache.hadoop.yarn.api.records.timelineservice.writer
Methods in org.apache.hadoop.yarn.api.records.timelineservice.writer with parameters of type TimelineEntityModifier and TypeMethodDescriptionlongTimelineEntityWriter.getSize(TimelineEntity timelineEntity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidTimelineEntityWriter.writeTo(TimelineEntity timelineEntity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Method parameters in org.apache.hadoop.yarn.api.records.timelineservice.writer with type arguments of type TimelineEntityModifier and TypeMethodDescriptionlongTimelineEntitySetWriter.getSize(Set<TimelineEntity> timelineEntities, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidTimelineEntitySetWriter.writeTo(Set<TimelineEntity> timelinePutResponse, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)