java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilter
org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList

@Private @Unstable public class TimelineFilterList extends TimelineFilter
Implementation of TimelineFilter that represents an ordered list of timeline filters which will then be evaluated with a specified boolean operator TimelineFilterList.Operator.AND or TimelineFilterList.Operator.OR. Since you can use timeline filter lists as children of timeline filter lists, you can create a hierarchy of filters to be evaluated.