Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.reader.filter |
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TimelineCompareFilter
Filter class which represents filter to be applied based on key-value pair
and the relation between them represented by different relational operators.
|
class |
TimelineExistsFilter
Filter class which represents filter to be applied based on existence of a
value.
|
class |
TimelineFilterList
Implementation of
TimelineFilter that represents an ordered list of
timeline filters which will then be evaluated with a specified boolean
operator TimelineFilterList.Operator.AND or TimelineFilterList.Operator.OR . |
class |
TimelineKeyValueFilter
Filter class which represents filter to be applied based on key-value pair
being equal or not to the values in back-end store.
|
class |
TimelineKeyValuesFilter
Filter class which represents filter to be applied based on multiple values
for a key and these values being equal or not equal to values in back-end
store.
|
class |
TimelinePrefixFilter
Filter class which represents filter to be applied based on prefixes.
|
Modifier and Type | Method and Description |
---|---|
List<TimelineFilter> |
TimelineFilterList.getFilterList()
Get the filter list.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineFilterList.addFilter(TimelineFilter filter) |
Constructor and Description |
---|
TimelineFilterList(TimelineFilter... filters) |
TimelineFilterList(TimelineFilterList.Operator op,
TimelineFilter... filters) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.