Class TimelineCollector.AggregationStatusTable

java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollector.AggregationStatusTable
Enclosing class:
TimelineCollector

protected static class TimelineCollector.AggregationStatusTable extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
    aggregateAllTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity e, String aggregationGroupId)
     
    org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
    aggregateTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric metric, org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity e, String aggregationGroupId)
     
    void
    update(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity incoming)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AggregationStatusTable

      public AggregationStatusTable()
  • Method Details

    • update

      public void update(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity incoming)
    • aggregateTo

      public org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity aggregateTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric metric, org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity e, String aggregationGroupId)
    • aggregateAllTo

      public org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity aggregateAllTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity e, String aggregationGroupId)