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.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.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.reader |
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
|
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 |
ApplicationTableRW
Create, read and write to the Application Table.
|
Modifier and Type | Class and Description |
---|---|
class |
AppToFlowTableRW
Create, read and write to the AppToFlow Table.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityTableRW
Create, read and write to the Entity Table.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowActivityTableRW
Create, read and write to the FlowActivity Table.
|
class |
FlowRunTableRW
Create, read and write to the FlowRun table.
|
Modifier and Type | Method and Description |
---|---|
protected BaseTableRW<?> |
TimelineEntityReader.getTable()
Returns the main table to be used by the entity reader.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TimelineEntityReader.setTable(BaseTableRW<?> baseTable) |
Modifier and Type | Class and Description |
---|---|
class |
SubApplicationTableRW
Create, read and write to the SubApplication table.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.