| 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 | Description |
|---|---|---|
class |
FlowActivityRowKeyPrefix |
A prefix partial rowkey for flow activities.
|
| Modifier and Type | Method | Description |
|---|---|---|
static FlowActivityRowKey |
FlowActivityRowKey.parseRowKey(byte[] rowKey) |
Given the raw row key as bytes, returns the row key as an object.
|
static FlowActivityRowKey |
FlowActivityRowKey.parseRowKeyFromString(java.lang.String encodedRowKey) |
Given the raw row key as string, returns the row key as an object.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.