Uses of Enum Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityType
Packages that use TimelineEntityType
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineEntityType in org.apache.hadoop.yarn.api.records.timelineservice
Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineEntityTypeModifier and TypeMethodDescriptionstatic TimelineEntityTypeReturns the enum constant of this class with the specified name.static TimelineEntityType[]TimelineEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineEntityTypeModifier and TypeMethodDescriptionbooleanTimelineEntityType.isChild(TimelineEntityType type) Whether the input type can be a child of this entity.booleanTimelineEntityType.isParent(TimelineEntityType type) Whether the input type can be a parent of this entity.