Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
Packages that use RegisterApplicationMasterResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return RegisterApplicationMasterResponseModifier and TypeMethodDescriptionApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request) The interface used by a newApplicationMasterto register with theResourceManager. -
Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return RegisterApplicationMasterResponse -
Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return RegisterApplicationMasterResponseModifier and TypeMethodDescriptionabstract RegisterApplicationMasterResponseAMRMClient.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl) Register the application master.AMRMClient.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl, Map<Set<String>, PlacementConstraint> placementConstraints) Register the application master. -
Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.client.api.async
Methods in org.apache.hadoop.yarn.client.api.async that return RegisterApplicationMasterResponseModifier and TypeMethodDescriptionabstract RegisterApplicationMasterResponseAMRMClientAsync.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl) Registers this application master with the resource manager.AMRMClientAsync.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl, Map<Set<String>, PlacementConstraint> placementConstraints) Register the application master.