Uses of Interface
org.apache.hadoop.yarn.server.timelineservice.storage.common.RowKeyPrefix
Packages that use RowKeyPrefix
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.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 RowKeyPrefix in org.apache.hadoop.yarn.server.timelineservice.storage.application
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.application that implement RowKeyPrefixModifier and TypeClassDescriptionclassRepresents a partial rowkey (without flowName or without flowName and flowRunId) for the application table. -
Uses of RowKeyPrefix in org.apache.hadoop.yarn.server.timelineservice.storage.entity
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.entity that implement RowKeyPrefixModifier and TypeClassDescriptionclassRepresents a partial rowkey without the entityId or without entityType and entityId for the entity table. -
Uses of RowKeyPrefix in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.flow that implement RowKeyPrefixModifier and TypeClassDescriptionclassA prefix partial rowkey for flow activities.classRepresents a partial rowkey (without the flowRunId) for the flow run table. -
Uses of RowKeyPrefix in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
Classes in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication that implement RowKeyPrefixModifier and TypeClassDescriptionclassRepresents a partial rowkey without the entityId or without entityType and entityId for the sub application table.