Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId
Packages that use TimelineEntityGroupId
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineEntityGroupId in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return TimelineEntityGroupIdModifier and TypeMethodDescriptionstatic TimelineEntityGroupIdTimelineEntityGroupId.fromString(String timelineEntityGroupIdStr) static TimelineEntityGroupIdTimelineEntityGroupId.newInstance(ApplicationId applicationId, String id) Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEntityGroupIdModifier and TypeMethodDescriptionintTimelineEntityGroupId.compareTo(TimelineEntityGroupId other) -
Uses of TimelineEntityGroupId in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type TimelineEntityGroupIdModifier and TypeMethodDescriptionabstract TimelinePutResponseTimelineClient.putEntities(ApplicationAttemptId appAttemptId, TimelineEntityGroupId groupId, TimelineEntity... entities) Send the information of a number of conceptual entities to the timeline server.