| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.storage.entity |
Package org.apache.hadoop.yarn.server.timelineservice.storage.entity
contains classes related to implementation for entity table.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EntityRowKeyPrefix |
Represents a partial rowkey without the entityId or without entityType and
entityId for the entity table.
|
| Modifier and Type | Method | Description |
|---|---|---|
static EntityRowKey |
EntityRowKey.parseRowKey(byte[] rowKey) |
Given the raw row key as bytes, returns the row key as an object.
|
static EntityRowKey |
EntityRowKey.parseRowKeyFromString(java.lang.String encodedRowKey) |
Given the encoded row key as string, returns the row key as an object.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.