| 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  | TimelineCompareFilterFilter class which represents filter to be applied based on key-value pair
 and the relation between them represented by different relational operators. | 
| class  | TimelineExistsFilterFilter class which represents filter to be applied based on existence of a
 value. | 
| class  | TimelineFilterListImplementation of  TimelineFilterthat represents an ordered list of
 timeline filters which will then be evaluated with a specified boolean
 operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR. | 
| class  | TimelineKeyValueFilterFilter class which represents filter to be applied based on key-value pair
 being equal or not to the values in back-end store. | 
| class  | TimelineKeyValuesFilterFilter 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  | TimelinePrefixFilterFilter 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–2023 Apache Software Foundation. All rights reserved.