| 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.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.createHBaseSingleColValueFilter(Column<T> column,
Object value,
org.apache.hadoop.hbase.filter.CompareFilter.CompareOp op)
Creates a HBase
SingleColumnValueFilter with specified column. |
static <T> org.apache.hadoop.hbase.filter.FilterList |
TimelineFilterUtils.createSingleColValueFiltersByRange(Column<T> column,
Object startValue,
Object endValue)
Create 2 HBase
SingleColumnValueFilter filters for the specified
value range represented by start and end value and wraps them inside a
filter list. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationColumn
Identifies fully qualified columns for the
ApplicationTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityColumn
Identifies fully qualified columns for the
EntityTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRunColumn
Identifies fully qualified columns for the
FlowRunTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubApplicationColumn
Identifies fully qualified columns for the
SubApplicationTable. |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.