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.
|
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.
|
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.
|
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 |
ApplicationRowKeyPrefix
Represents a partial rowkey (without flowName or without flowName and
flowRunId) for the application table.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRowKeyPrefix
Represents a partial rowkey without the entityId or without entityType and
entityId for the entity table.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowActivityRowKeyPrefix
A prefix partial rowkey for flow activities.
|
class |
FlowRunRowKeyPrefix
Represents a partial rowkey (without the flowRunId) for the flow run 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.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.