Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.timelineservice.NMTimelineEventType
Packages that use NMTimelineEventType
Package
Description
Package org.apache.hadoop.yarn.server.nodemanager.timelineservice contains
classes related to publishing container events and other NM lifecycle events
to ATSv2.
-
Uses of NMTimelineEventType in org.apache.hadoop.yarn.server.nodemanager.timelineservice
Methods in org.apache.hadoop.yarn.server.nodemanager.timelineservice that return NMTimelineEventTypeModifier and TypeMethodDescriptionstatic NMTimelineEventTypeReturns the enum constant of this class with the specified name.static NMTimelineEventType[]NMTimelineEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.nodemanager.timelineservice with parameters of type NMTimelineEventTypeModifierConstructorDescriptionNMTimelineEvent(NMTimelineEventType type, org.apache.hadoop.yarn.api.records.ApplicationId appId)