| 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.domain |
Package org.apache.hadoop.yarn.server.timelineservice.storage.domain contains
a set of classes used for the domain 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 | Description |
|---|---|---|
class |
ApplicationTableRW |
Create, read and write to the Application Table.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AppToFlowTableRW |
Create, read and write to the AppToFlow Table.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DomainTableRW |
Create, read and write to the domain Table.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EntityTableRW |
Create, read and write to the Entity Table.
|
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected BaseTableRW<?> |
TimelineEntityReader.getTable() |
Returns the main table to be used by the entity reader.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TimelineEntityReader.setTable(BaseTableRW<?> baseTable) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SubApplicationTableRW |
Create, read and write to the SubApplication table.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.