Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable
Packages that use BaseTable
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 BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.application
Modifier and TypeClassDescriptionfinal classThe application table as column families info, config and metrics. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
Subclasses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflowModifier and TypeClassDescriptionfinal classThe app_flow table as column families mapping. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.common
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common with type parameters of type BaseTableModifier and TypeInterfaceDescriptioninterfaceA Column represents the way to store a fully qualified column in a specific table.interfaceColumnFamily<T extends BaseTable<T>>Type safe column family.interfaceColumnPrefix<T extends BaseTable<T>>Used to represent a partially qualified column, where the actual column name will be composed of a prefix and the remainder of the column qualifier. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.domain
Subclasses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.domainModifier and TypeClassDescriptionfinal classThe domain table has column family info. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.entity
Subclasses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.entityModifier and TypeClassDescriptionfinal classThe entity table as column families info, config and metrics. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Subclasses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.flowModifier and TypeClassDescriptionfinal classThe 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:final classThe flow run table has column family info Stores per flow run information aggregated across applications. -
Uses of BaseTable in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
Modifier and TypeClassDescriptionfinal classThe sub application table has column families: info, config and metrics.