Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.storage.flow |
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowRunRowKeyPrefix
Represents a partial rowkey (without the flowRunId) for the flow run table.
|
Modifier and Type | Method and Description |
---|---|
static FlowRunRowKey |
FlowRunRowKey.parseRowKey(byte[] rowKey)
Given the raw row key as bytes, returns the row key as an object.
|
static FlowRunRowKey |
FlowRunRowKey.parseRowKeyFromString(String encodedRowKey)
Given the encoded row key as string, returns the row key as an object.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.