Uses of Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities
Packages that use TimelineEntities
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.
-
Uses of TimelineEntities in org.apache.hadoop.yarn.api.records.timelineservice.reader
Methods in org.apache.hadoop.yarn.api.records.timelineservice.reader that return TimelineEntitiesModifier and TypeMethodDescriptionTimelineEntitiesReader.readFrom(Class<TimelineEntities> 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 TimelineEntitiesModifier and TypeMethodDescriptionTimelineEntitiesReader.readFrom(Class<TimelineEntities> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) -
Uses of TimelineEntities in org.apache.hadoop.yarn.api.records.timelineservice.writer
Methods in org.apache.hadoop.yarn.api.records.timelineservice.writer with parameters of type TimelineEntitiesModifier and TypeMethodDescriptionlongTimelineEntitiesWriter.getSize(TimelineEntities timelineEntities, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidTimelineEntitiesWriter.writeTo(TimelineEntities timelineEntities, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)