Uses of Enum Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetricOperation
Packages that use TimelineMetricOperation
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineMetricOperation in org.apache.hadoop.yarn.api.records.timelineservice
Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineMetricOperationModifier and TypeMethodDescriptionTimelineMetric.getRealtimeAggregationOp()Get the real time aggregation operation of this metric.static TimelineMetricOperationReturns the enum constant of this class with the specified name.static TimelineMetricOperation[]TimelineMetricOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineMetricOperationModifier and TypeMethodDescriptionvoidTimelineMetric.setRealtimeAggregationOp(TimelineMetricOperation op) Set the real time aggregation operation of this metric.