@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.IOException
void put(org.apache.hadoop.yarn.api.records.timeline.TimelineDomain domain) throws IOException
domain
- a TimelineDomain
objectIOException
Copyright © 2022 Apache Software Foundation. All rights reserved.