@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface TimelineWriter
| Modifier and Type | Method and Description |
|---|---|
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 - An TimelineEntities object.TimelinePutResponse object.IOExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.