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