| Class | Description |
|---|---|
| AbstractTimelineStorageReader |
The base class for reading timeline data from the HBase storage.
|
| AbstractTimelineStorageReader.FlowContext |
Encapsulates flow context information.
|
| ApplicationTableRW |
Create, read and write to the Application Table.
|
| AppToFlowTableRW |
Create, read and write to the AppToFlow Table.
|
| BaseTableRW<T extends org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<T>> |
Implements behavior common to tables used in the timeline service storage.
|
| ColumnRWHelper |
A set of utility functions that read or read to a column.
|
| DomainTableRW |
Create, read and write to the domain Table.
|
| EntityTableRW |
Create, read and write to the Entity Table.
|
| EntityTypeReader |
Timeline entity reader for listing all available entity types given one
reader context.
|
| FlowActivityTableRW |
Create, read and write to the FlowActivity Table.
|
| FlowRunTableRW |
Create, read and write to the FlowRun table.
|
| HBaseStorageMonitor |
HBase based implementation for
TimelineStorageMonitor. |
| HBaseTimelineReaderImpl |
HBase based implementation for
TimelineReader. |
| HBaseTimelineSchemaCreator |
This creates the schema for a hbase based backend for storing application
timeline information.
|
| HBaseTimelineStorageUtils |
A bunch of utility functions used in HBase TimelineService backend.
|
| HBaseTimelineWriterImpl |
This implements a hbase based backend for storing the timeline entity
information.
|
| SubApplicationTableRW |
Create, read and write to the SubApplication table.
|
| TimelineEntityReader |
The base class for reading and deserializing timeline entities from the
HBase storage.
|
| TimelineEntityReaderFactory |
Factory methods for instantiating a timeline entity reader.
|
| TimelineFilterUtils |
Set of utility methods used by timeline filter classes.
|
| TimelineHBaseSchemaConstants |
contains the constants used in the context of schema accesses for
TimelineEntity
information. |
| TypedBufferedMutator<T extends org.apache.hadoop.yarn.server.timelineservice.storage.common.BaseTable<T>> |
To be used to wrap an actual
BufferedMutator in a type safe manner. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.