Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunRowKey
Packages that use FlowRunRowKey
Package
Description
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.
-
Uses of FlowRunRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Subclasses of FlowRunRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.flowModifier and TypeClassDescriptionclassRepresents a partial rowkey (without the flowRunId) for the flow run table.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow that return FlowRunRowKeyModifier and TypeMethodDescriptionstatic FlowRunRowKeyFlowRunRowKey.parseRowKey(byte[] rowKey) Given the raw row key as bytes, returns the row key as an object.static FlowRunRowKeyFlowRunRowKey.parseRowKeyFromString(String encodedRowKey) Given the encoded row key as string, returns the row key as an object.