Uses of Class
org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList
Packages that use TimelineFilterList
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.reader contains classes
which can be used across reader.
-
Uses of TimelineFilterList in org.apache.hadoop.yarn.server.timelineservice.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.reader that return TimelineFilterListModifier and TypeMethodDescriptionTimelineEntityFilters.getConfigFilters()TimelineDataToRetrieve.getConfsToRetrieve()TimelineEntityFilters.getEventFilters()TimelineEntityFilters.getInfoFilters()TimelineEntityFilters.getIsRelatedTo()TimelineEntityFilters.getMetricFilters()TimelineDataToRetrieve.getMetricsToRetrieve()TimelineEntityFilters.getRelatesTo()TimelineParserForDataToRetrieve.parse()Methods in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineFilterListModifier and TypeMethodDescriptionTimelineEntityFilters.Builder.configFilters(TimelineFilterList configFilters) TimelineEntityFilters.Builder.eventFilters(TimelineFilterList eventFilters) TimelineEntityFilters.Builder.infoFilters(TimelineFilterList infoFilters) TimelineEntityFilters.Builder.isRelatedTo(TimelineFilterList isRelatedTo) TimelineEntityFilters.Builder.metricFilters(TimelineFilterList metricFilters) TimelineEntityFilters.Builder.relatesTo(TimelineFilterList relatesTo) voidTimelineDataToRetrieve.setConfsToRetrieve(TimelineFilterList confs) voidTimelineDataToRetrieve.setMetricsToRetrieve(TimelineFilterList metrics) Constructors in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineFilterListModifierConstructorDescriptionTimelineDataToRetrieve(TimelineFilterList confs, TimelineFilterList metrics, EnumSet<TimelineReader.Field> fields, Integer limitForMetrics, Long metricTimeBegin, Long metricTimeEnd) -
Uses of TimelineFilterList in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type TimelineFilterListModifier and TypeMethodDescriptionstatic booleanTimelineStorageUtils.matchConfigFilters(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList configFilters) Matches config filters.static booleanTimelineStorageUtils.matchEventFilters(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList eventFilters) Matches event filters.static booleanTimelineStorageUtils.matchInfoFilters(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList infoFilters) Matches info filters.static booleanTimelineStorageUtils.matchIsRelatedTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList isRelatedTo) Matches isrelatedto.static booleanTimelineStorageUtils.matchMetricFilters(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList metricFilters) Matches metric filters.static booleanTimelineStorageUtils.matchRelatesTo(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity, TimelineFilterList relatesTo) Matches relatesto.