| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api | |
| org.apache.hadoop.yarn.client.api | |
| org.apache.hadoop.yarn.client.api.async | 
| Modifier and Type | Method and Description | 
|---|---|
| RegisterApplicationMasterResponse | ApplicationMasterProtocol. registerApplicationMaster(RegisterApplicationMasterRequest request)
 The interface used by a new  ApplicationMasterto register with
 theResourceManager. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RegisterApplicationMasterResponse | AMRMClient. registerApplicationMaster(String appHostName,
                         int appHostPort,
                         String appTrackingUrl)Register the application master. | 
| RegisterApplicationMasterResponse | AMRMClient. registerApplicationMaster(String appHostName,
                         int appHostPort,
                         String appTrackingUrl,
                         Map<Set<String>,PlacementConstraint> placementConstraints)Register the application master. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RegisterApplicationMasterResponse | AMRMClientAsync. registerApplicationMaster(String appHostName,
                         int appHostPort,
                         String appTrackingUrl)Registers this application master with the resource manager. | 
| RegisterApplicationMasterResponse | AMRMClientAsync. registerApplicationMaster(String appHostName,
                         int appHostPort,
                         String appTrackingUrl,
                         Map<Set<String>,PlacementConstraint> placementConstraints)Register the application master. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.