Uses of Package
org.apache.hadoop.yarn.server.timelineservice.reader.filter
Packages that use org.apache.hadoop.yarn.server.timelineservice.reader.filter
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.reader contains classes
which can be used across reader.
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.reader.filter used by org.apache.hadoop.yarn.server.timelineservice.readerClassDescriptionImplementation of
TimelineFilterthat represents an ordered list of timeline filters which will then be evaluated with a specified boolean operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR. -
Classes in org.apache.hadoop.yarn.server.timelineservice.reader.filter used by org.apache.hadoop.yarn.server.timelineservice.reader.filterClassDescriptionFilter class which represents filter to be applied based on key-value pair and the relation between them represented by different relational operators.Comparison Operators.Abstract base class extended to implement timeline filters.Lists the different filter types.Specifies how filters in the filter list will be evaluated.
-
Classes in org.apache.hadoop.yarn.server.timelineservice.reader.filter used by org.apache.hadoop.yarn.server.timelineservice.storage.commonClassDescriptionImplementation of
TimelineFilterthat represents an ordered list of timeline filters which will then be evaluated with a specified boolean operatorTimelineFilterList.Operator.ANDorTimelineFilterList.Operator.OR.