Uses of Class
org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilter
Packages that use TimelineFilter
Package
Description
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
-
Uses of TimelineFilter in org.apache.hadoop.yarn.server.timelineservice.reader.filter
Modifier and TypeClassDescriptionclassFilter class which represents filter to be applied based on key-value pair and the relation between them represented by different relational operators.classFilter class which represents filter to be applied based on existence of a value.classImplementation ofTimelineFilterthat represents an ordered list of timeline filters which will then be evaluated with a specified boolean operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR.classFilter class which represents filter to be applied based on key-value pair being equal or not to the values in back-end store.classFilter 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.classFilter class which represents filter to be applied based on prefixes.Methods in org.apache.hadoop.yarn.server.timelineservice.reader.filter that return types with arguments of type TimelineFilterMethods in org.apache.hadoop.yarn.server.timelineservice.reader.filter with parameters of type TimelineFilterConstructors in org.apache.hadoop.yarn.server.timelineservice.reader.filter with parameters of type TimelineFilterModifierConstructorDescriptionTimelineFilterList(TimelineFilter... filters) TimelineFilterList(TimelineFilterList.Operator op, TimelineFilter... filters)