Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.storage.TimelineAggregationTrack
Packages that use TimelineAggregationTrack
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
-
Uses of TimelineAggregationTrack in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage that return TimelineAggregationTrackModifier and TypeMethodDescriptionstatic TimelineAggregationTrackReturns the enum constant of this class with the specified name.static TimelineAggregationTrack[]TimelineAggregationTrack.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineAggregationTrackModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseNoOpTimelineWriterImpl.aggregate(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity data, TimelineAggregationTrack track) org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseTimelineWriter.aggregate(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity data, TimelineAggregationTrack track) Aggregates the entity information to the timeline store based on which track this entity is to be rolled up to The tracks along which aggregations are to be done are given byTimelineAggregationTrackAny errors occurring for individual write request objects will be reported in the response.