Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilter.TimelineFilterType
Packages that use TimelineFilter.TimelineFilterType
Package
Description
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
-
Uses of TimelineFilter.TimelineFilterType in org.apache.hadoop.yarn.server.timelineservice.reader.filter
Methods in org.apache.hadoop.yarn.server.timelineservice.reader.filter that return TimelineFilter.TimelineFilterTypeModifier and TypeMethodDescriptionTimelineCompareFilter.getFilterType()TimelineExistsFilter.getFilterType()abstract TimelineFilter.TimelineFilterTypeTimelineFilter.getFilterType()TimelineFilterList.getFilterType()TimelineKeyValueFilter.getFilterType()TimelineKeyValuesFilter.getFilterType()TimelinePrefixFilter.getFilterType()Returns the enum constant of this class with the specified name.static TimelineFilter.TimelineFilterType[]TimelineFilter.TimelineFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.