Class TimelineEntityWriter
java.lang.Object
org.apache.hadoop.yarn.api.records.timelineservice.writer.TimelineEntityWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<TimelineEntity>
@Provider
@Consumes("application/json")
public class TimelineEntityWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<TimelineEntity>
We have defined a dedicated Writer for TimelineEntity,
aimed at adapting to the Jersey2 framework to ensure
that TimelineEntity can be converted into JSON format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetSize(TimelineEntity timelineEntity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) booleanisWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidwriteTo(TimelineEntity timelineEntity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
Constructor Details
-
TimelineEntityWriter
public TimelineEntityWriter()
-
-
Method Details
-
isWriteable
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
isWriteablein interfacejavax.ws.rs.ext.MessageBodyWriter<TimelineEntity>
-
writeTo
public void 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) throws IOException, javax.ws.rs.WebApplicationException- Specified by:
writeToin interfacejavax.ws.rs.ext.MessageBodyWriter<TimelineEntity>- Throws:
IOExceptionjavax.ws.rs.WebApplicationException
-
getSize
public long getSize(TimelineEntity timelineEntity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
getSizein interfacejavax.ws.rs.ext.MessageBodyWriter<TimelineEntity>
-