Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.storage.application |
Package org.apache.hadoop.yarn.server.timelineservice.storage.application
contains classes related to implementation for application table.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRowKeyPrefix
Represents a partial rowkey (without flowName or without flowName and
flowRunId) for the application table.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationRowKey |
ApplicationRowKey.parseRowKey(byte[] rowKey)
Given the raw row key as bytes, returns the row key as an object.
|
static ApplicationRowKey |
ApplicationRowKey.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.