Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
@Private
@Unstable
package 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. flow
run table and flow activity table.
-
ClassDescriptionIdentifies the compaction dimensions for the data in the
FlowRunTable.Identifies the attributes to be set for puts into theFlowRunTable.Defines the attribute tuple to be set for puts into theFlowRunTable.Represents the flow run table column families.Identifies partially qualified columns for theFlowActivityTable.Represents a rowkey for the flow activity table.A prefix partial rowkey for flow activities.The flow activity table has column family info Stores the daily activity record for flows Useful as a quick lookup of what flows were running on a given day Example flow activity table record:Identifies fully qualified columns for theFlowRunTable.Represents the flow run table column families.Identifies partially qualified columns for theFlowRunTable.Represents a rowkey for the flow run table.Represents a partial rowkey (without the flowRunId) for the flow run table.The flow run table has column family info Stores per flow run information aggregated across applications.