| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.ams | Public api for Application Master Service interceptors. | 
| org.apache.hadoop.yarn.api | |
| org.apache.hadoop.yarn.api.protocolrecords | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationMasterServiceProcessor. registerApplicationMaster(ApplicationAttemptId applicationAttemptId,
                         RegisterApplicationMasterRequest request,
                         RegisterApplicationMasterResponse response)Register AM attempt. | 
| 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 | 
|---|---|
| static RegisterApplicationMasterResponse | RegisterApplicationMasterResponse. newInstance(Resource minCapability,
           Resource maxCapability,
           Map<ApplicationAccessType,String> acls,
           ByteBuffer key,
           List<Container> containersFromPreviousAttempt,
           String queue,
           List<NMToken> nmTokensFromPreviousAttempts) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.