@InterfaceAudience.Private
 @InterfaceStability.Unstable
public interface TimelineWriter
| Modifier and Type | Method and Description | 
|---|---|
| void | put(org.apache.hadoop.yarn.api.records.timeline.TimelineDomain domain)Store domain information to the timeline store. | 
| org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse | put(org.apache.hadoop.yarn.api.records.timeline.TimelineEntities data)Stores entity information to the timeline store. | 
org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse put(org.apache.hadoop.yarn.api.records.timeline.TimelineEntities data)
                                                             throws IOException
data - a TimelineEntities object.TimelinePutResponse object.IOExceptionvoid put(org.apache.hadoop.yarn.api.records.timeline.TimelineDomain domain) throws IOException
domain - a TimelineDomain objectIOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.