Uses of Class
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier
Packages that use TimelineEntity.Identifier
Package
Description
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
-
Uses of TimelineEntity.Identifier in org.apache.hadoop.yarn.api.records.timelineservice
Methods in org.apache.hadoop.yarn.api.records.timelineservice that return TimelineEntity.IdentifierModifier and TypeMethodDescriptionTimelineEntity.getIdentifier()HierarchicalTimelineEntity.getParent()Methods in org.apache.hadoop.yarn.api.records.timelineservice that return types with arguments of type TimelineEntity.IdentifierMethods in org.apache.hadoop.yarn.api.records.timelineservice with parameters of type TimelineEntity.IdentifierModifier and TypeMethodDescriptionvoidHierarchicalTimelineEntity.addChild(TimelineEntity.Identifier child) voidTimelineEntity.setIdentifier(TimelineEntity.Identifier entityIdentifier) voidHierarchicalTimelineEntity.setParent(TimelineEntity.Identifier parent) Method parameters in org.apache.hadoop.yarn.api.records.timelineservice with type arguments of type TimelineEntity.IdentifierModifier and TypeMethodDescriptionvoidHierarchicalTimelineEntity.addChildren(Set<TimelineEntity.Identifier> children) voidHierarchicalTimelineEntity.setChildren(Set<TimelineEntity.Identifier> children)