Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.storage.common |
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
|
org.apache.hadoop.yarn.server.timelineservice.storage.flow |
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz.
|
Modifier and Type | Method and Description |
---|---|
static Attribute[] |
HBaseTimelineSchemaUtils.combineAttributes(Attribute[] attributes,
AggregationOperation aggOp)
Combines the input array of attributes and the input aggregation operation
into a new array of attributes.
|
Modifier and Type | Method and Description |
---|---|
AggregationOperation |
FlowRunColumn.getAggregationOperation() |
static AggregationOperation |
AggregationOperation.getAggregationOperation(String aggOpStr)
returns the AggregationOperation enum that represents that string.
|
AggregationOperation |
FlowRunColumnPrefix.getAttribute() |
AggregationOperation |
FlowActivityColumnPrefix.getAttribute() |
static AggregationOperation |
AggregationOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationOperation[] |
AggregationOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.