Uses of Package
org.apache.hadoop.yarn.server.timelineservice.storage.common
Packages that use org.apache.hadoop.yarn.server.timelineservice.storage.common
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.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.applicationClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.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.In queries where a single result is needed, an exact rowkey can be used through the corresponding rowkey#getRowKey() method.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.apptoflowClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.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.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.commonClassDescriptionThe base type of tables.Encapsulates information about Event column names for application and entity tables.Uses GenericObjectMapper to encode objects as bytes and decode bytes as objects.Interface which has to be implemented for encoding and decoding row keys and columns.Extends ValueConverter interface for numeric converters to support numerical operations such as comparison, addition, etc.Used to separate row qualifiers, column qualifiers and compound fields.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.domainClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.entityClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.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.In queries where a single result is needed, an exact rowkey can be used through the corresponding rowkey#getRowKey() method.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.flowClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.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.In queries where a single result is needed, an exact rowkey can be used through the corresponding rowkey#getRowKey() method.Converter used to encode/decode value associated with a column prefix or a column.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common used by org.apache.hadoop.yarn.server.timelineservice.storage.subapplicationClassDescriptionThe base type of tables.A Column represents the way to store a fully qualified column in a specific table.Type safe column family.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.In queries where a single result is needed, an exact rowkey can be used through the corresponding rowkey#getRowKey() method.Converter used to encode/decode value associated with a column prefix or a column.