Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityRowKey
Packages that use FlowActivityRowKey
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 FlowActivityRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Modifier and TypeClassDescriptionclassA prefix partial rowkey for flow activities.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow that return FlowActivityRowKeyModifier and TypeMethodDescriptionstatic FlowActivityRowKeyFlowActivityRowKey.parseRowKey(byte[] rowKey) Given the raw row key as bytes, returns the row key as an object.static FlowActivityRowKeyFlowActivityRowKey.parseRowKeyFromString(String encodedRowKey) Given the raw row key as string, returns the row key as an object.