Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
Packages that use TimelineDomain
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineDomain in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineDomainMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineDomainModifier and TypeMethodDescriptionvoidTimelineDomains.addDomain(TimelineDomain domain) Add a single domain into the existing domain listMethod parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineDomainModifier and TypeMethodDescriptionvoidTimelineDomains.addDomains(List<TimelineDomain> domains) All a list of domains into the existing domain listvoidTimelineDomains.setDomains(List<TimelineDomain> domains) Set the domain list to the given list of domains -
Uses of TimelineDomain in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type TimelineDomainModifier and TypeMethodDescriptionabstract voidTimelineClient.putDomain(ApplicationAttemptId appAttemptId, TimelineDomain domain) Send the information of a domain to the timeline server.abstract voidTimelineClient.putDomain(TimelineDomain domain) Send the information of a domain to the timeline server.