@InterfaceAudience.Private @InterfaceStability.Unstable
See: Description
| Class | Description | 
|---|---|
| TimelineCompareFilter | Filter class which represents filter to be applied based on key-value pair
 and the relation between them represented by different relational operators. | 
| TimelineExistsFilter | Filter class which represents filter to be applied based on existence of a
 value. | 
| TimelineFilter | Abstract base class extended to implement timeline filters. | 
| TimelineFilterList | Implementation of  TimelineFilterthat represents an ordered list of
 timeline filters which will then be evaluated with a specified boolean
 operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR. | 
| 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. | 
| 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. | 
| TimelinePrefixFilter | Filter class which represents filter to be applied based on prefixes. | 
| Enum | Description | 
|---|---|
| TimelineCompareOp | Comparison Operators. | 
| TimelineFilter.TimelineFilterType | Lists the different filter types. | 
| TimelineFilterList.Operator | Specifies how filters in the filter list will be evaluated. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.