Uses of Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric
Packages that use TimelineMetric
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineMetric in org.apache.hadoop.yarn.api.records.timelineservice
Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineMetricModifier and TypeMethodDescriptionTimelineMetricOperation.aggregate(TimelineMetric incoming, TimelineMetric aggregate, Map<Object, Object> state) Perform the aggregation operation.static TimelineMetricTimelineMetric.aggregateTo(TimelineMetric incomingMetric, TimelineMetric baseAggregatedMetric) Aggregate an incoming metric to the base aggregated metric with the given operation state in a stateless fashion.static TimelineMetricTimelineMetric.aggregateTo(TimelineMetric incomingMetric, TimelineMetric baseAggregatedMetric, Map<Object, Object> state) Aggregate an incoming metric to the base aggregated metric with the given operation state.static TimelineMetricTimelineMetric.getLatestSingleValueMetric(TimelineMetric metric) Get the latest timeline metric as single value type.Methods in org.apache.hadoop.yarn.api.records.timelineservice that return types with arguments of type TimelineMetricMethods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineMetricModifier and TypeMethodDescriptionvoidTimelineEntity.addMetric(TimelineMetric metric) TimelineMetricOperation.aggregate(TimelineMetric incoming, TimelineMetric aggregate, Map<Object, Object> state) Perform the aggregation operation.static TimelineMetricTimelineMetric.aggregateTo(TimelineMetric incomingMetric, TimelineMetric baseAggregatedMetric) Aggregate an incoming metric to the base aggregated metric with the given operation state in a stateless fashion.static TimelineMetricTimelineMetric.aggregateTo(TimelineMetric incomingMetric, TimelineMetric baseAggregatedMetric, Map<Object, Object> state) Aggregate an incoming metric to the base aggregated metric with the given operation state.static TimelineMetricTimelineMetric.getLatestSingleValueMetric(TimelineMetric metric) Get the latest timeline metric as single value type.Method parameters in org.apache.hadoop.yarn.api.records.timelineservice with type arguments of type TimelineMetricModifier and TypeMethodDescriptionvoidTimelineEntity.addMetrics(Set<TimelineMetric> entityMetrics) voidTimelineEntity.setMetrics(Set<TimelineMetric> entityMetrics)