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.
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.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.api.records.timeline.reader
Methods in org.apache.hadoop.yarn.api.records.timeline.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.timeline.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.timeline.writer
Methods in org.apache.hadoop.yarn.api.records.timeline.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)