Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.flow.Attribute
Packages that use Attribute
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.application
contains classes related to implementation for application table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
contains classes related to implementation for app to flow table.
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.domain
contains classes related to implementation for domain table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.entity
contains classes related to implementation for entity table.
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.
Package org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
contains classes related to implementation for subapplication table.
-
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.application
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.application that return AttributeModifier and TypeMethodDescriptionApplicationColumn.getCombinedAttrsWithAggr(Attribute... attributes) ApplicationColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Methods in org.apache.hadoop.yarn.server.timelineservice.storage.application with parameters of type AttributeModifier and TypeMethodDescriptionApplicationColumn.getCombinedAttrsWithAggr(Attribute... attributes) ApplicationColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow that return AttributeModifier and TypeMethodDescriptionAppToFlowColumn.getCombinedAttrsWithAggr(Attribute... attributes) AppToFlowColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Methods in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow with parameters of type AttributeModifier and TypeMethodDescriptionAppToFlowColumn.getCombinedAttrsWithAggr(Attribute... attributes) AppToFlowColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common that return AttributeModifier 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.Column.getCombinedAttrsWithAggr(Attribute... attributes) Return attributed combined with aggregations, if any.ColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Return attributed combined with aggregations, if any.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type AttributeModifier 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.Column.getCombinedAttrsWithAggr(Attribute... attributes) Return attributed combined with aggregations, if any.ColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Return attributed combined with aggregations, if any. -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.domain
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.domain that return AttributeMethods in org.apache.hadoop.yarn.server.timelineservice.storage.domain with parameters of type Attribute -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.entity
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.entity that return AttributeModifier and TypeMethodDescriptionEntityColumn.getCombinedAttrsWithAggr(Attribute... attributes) EntityColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Methods in org.apache.hadoop.yarn.server.timelineservice.storage.entity with parameters of type AttributeModifier and TypeMethodDescriptionEntityColumn.getCombinedAttrsWithAggr(Attribute... attributes) EntityColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow that return AttributeModifier and TypeMethodDescriptionAggregationCompactionDimension.getAttribute(String attributeValue) AggregationOperation.getAttribute()FlowActivityColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) FlowRunColumn.getCombinedAttrsWithAggr(Attribute... attributes) FlowRunColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow with parameters of type AttributeModifier and TypeMethodDescriptionFlowActivityColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) FlowRunColumn.getCombinedAttrsWithAggr(Attribute... attributes) FlowRunColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) -
Uses of Attribute in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication that return AttributeModifier and TypeMethodDescriptionSubApplicationColumn.getCombinedAttrsWithAggr(Attribute... attributes) SubApplicationColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes) Methods in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication with parameters of type AttributeModifier and TypeMethodDescriptionSubApplicationColumn.getCombinedAttrsWithAggr(Attribute... attributes) SubApplicationColumnPrefix.getCombinedAttrsWithAggr(Attribute... attributes)