Class TimelinePutResponse

java.lang.Object
org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse

@Public @Evolving public class TimelinePutResponse extends Object
A class that holds a list of put errors. This is the response returned when a list of TimelineEntity objects is added to the timeline. If there are errors in storing individual entity objects, they will be indicated in the list of errors.