| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow |
Package org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
contains classes related to implementation for app to flow table.
|
| org.apache.hadoop.yarn.server.timelineservice.storage.reader |
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
|
| Modifier and Type | Method and Description |
|---|---|
static AppToFlowRowKey |
AppToFlowRowKey.parseRowKey(byte[] rowKey)
Given the raw row key as bytes, returns the row key as an object.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractTimelineStorageReader.FlowContext |
AbstractTimelineStorageReader.lookupFlowContext(AppToFlowRowKey appToFlowRowKey,
String clusterId,
org.apache.hadoop.conf.Configuration hbaseConf,
org.apache.hadoop.hbase.client.Connection conn)
Looks up flow context from AppToFlow table.
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.