TimelineStoreLeveldbTimelineStore, MemoryTimelineStore, RollingLevelDBTimelineStore@Private
@Unstable
public interface TimelineWriter
| Modifier and Type | Method | 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 java.io.IOException
data - a TimelineEntities object.TimelinePutResponse object.java.io.IOExceptionvoid put(org.apache.hadoop.yarn.api.records.timeline.TimelineDomain domain) throws java.io.IOException
domain - a TimelineDomain objectjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.