java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument
All Implemented Interfaces:
TimelineDocument<FlowRunDocument>

public class FlowRunDocument extends Object implements TimelineDocument<FlowRunDocument>
This doc represents the flow run information for every job.
  • Constructor Details

    • FlowRunDocument

      public FlowRunDocument()
    • FlowRunDocument

      public FlowRunDocument(org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext collectorContext, Set<org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric> metrics)
  • Method Details