|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Private @InterfaceStability.Unstable public interface TimelineWriter
This interface is for storing timeline information.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 object
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||