Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.storage.TimelineReader.Field
Packages that use TimelineReader.Field
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.reader contains classes
which can be used across reader.
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
-
Uses of TimelineReader.Field in org.apache.hadoop.yarn.server.timelineservice.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.reader that return types with arguments of type TimelineReader.FieldMethod parameters in org.apache.hadoop.yarn.server.timelineservice.reader with type arguments of type TimelineReader.FieldModifier and TypeMethodDescriptionvoidTimelineDataToRetrieve.setFieldsToRetrieve(EnumSet<TimelineReader.Field> fields) Constructor parameters in org.apache.hadoop.yarn.server.timelineservice.reader with type arguments of type TimelineReader.FieldModifierConstructorDescriptionTimelineDataToRetrieve(TimelineFilterList confs, TimelineFilterList metrics, EnumSet<TimelineReader.Field> fields, Integer limitForMetrics, Long metricTimeBegin, Long metricTimeEnd) -
Uses of TimelineReader.Field in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage that return TimelineReader.FieldModifier and TypeMethodDescriptionstatic TimelineReader.FieldReturns the enum constant of this class with the specified name.static TimelineReader.Field[]TimelineReader.Field.values()Returns an array containing the constants of this enum class, in the order they are declared.