Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.storage.flow.AggregationOperation
Packages that use AggregationOperation
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz. flow
run table and flow activity table.
-
Uses of AggregationOperation in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type AggregationOperationModifier and TypeMethodDescriptionstatic Attribute[]HBaseTimelineSchemaUtils.combineAttributes(Attribute[] attributes, AggregationOperation aggOp) Combines the input array of attributes and the input aggregation operation into a new array of attributes. -
Uses of AggregationOperation in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow that return AggregationOperationModifier and TypeMethodDescriptionstatic AggregationOperationAggregationOperation.getAggregationOperation(String aggOpStr) returns the AggregationOperation enum that represents that string.FlowRunColumn.getAggregationOperation()FlowActivityColumnPrefix.getAttribute()FlowRunColumnPrefix.getAttribute()static AggregationOperationReturns the enum constant of this class with the specified name.static AggregationOperation[]AggregationOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.