Package org.apache.hadoop.yarn.server.timelineservice.reader.filter
@Private
@Unstable
package org.apache.hadoop.yarn.server.timelineservice.reader.filter
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
-
ClassDescriptionFilter class which represents filter to be applied based on key-value pair and the relation between them represented by different relational operators.Comparison Operators.Filter class which represents filter to be applied based on existence of a value.Abstract base class extended to implement timeline filters.Lists the different filter types.Implementation of
TimelineFilterthat represents an ordered list of timeline filters which will then be evaluated with a specified boolean operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR.Specifies how filters in the filter list will be evaluated.Filter class which represents filter to be applied based on key-value pair being equal or not to the values in back-end store.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.Filter class which represents filter to be applied based on prefixes.