| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.reader.filter |
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
|
| 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.common |
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
|
| 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 | Method and Description |
|---|---|
static <T> org.apache.hadoop.hbase.filter.Filter |
TimelineFilterUtils.createFilterForConfsOrMetricsToRetrieve(org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList confsOrMetricToRetrieve,
ColumnFamily<T> columnFamily,
ColumnPrefix<T> columnPrefix)
Create filters for confs or metrics to retrieve.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationColumnFamily
Represents the application table column families.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppToFlowColumnFamily
Represents the app_flow table column families.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnFamily<T> |
ColumnHelper.getColumnFamily() |
| Constructor and Description |
|---|
ColumnHelper(ColumnFamily<T> columnFamily) |
ColumnHelper(ColumnFamily<T> columnFamily,
ValueConverter converter) |
ColumnHelper(ColumnFamily<T> columnFamily,
ValueConverter converter,
boolean needSupplementTs) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityColumnFamily
Represents the entity table column families.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowActivityColumnFamily
Represents the flow run table column families.
|
class |
FlowRunColumnFamily
Represents the flow run table column families.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubApplicationColumnFamily
Represents the sub application table column families.
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.