Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest
Packages that use RegisterApplicationMasterRequest
Package
Description
Public api for Application Master Service interceptors.
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 RegisterApplicationMasterRequest in org.apache.hadoop.yarn.ams
Methods in org.apache.hadoop.yarn.ams with parameters of type RegisterApplicationMasterRequestModifier and TypeMethodDescriptionvoidApplicationMasterServiceProcessor.registerApplicationMaster(ApplicationAttemptId applicationAttemptId, RegisterApplicationMasterRequest request, RegisterApplicationMasterResponse response) Register AM attempt. -
Uses of RegisterApplicationMasterRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type RegisterApplicationMasterRequestModifier and TypeMethodDescriptionApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request) The interface used by a newApplicationMasterto register with theResourceManager. -
Uses of RegisterApplicationMasterRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return RegisterApplicationMasterRequestModifier and TypeMethodDescriptionRegisterApplicationMasterRequest.newInstance(String host, int port, String trackingUrl) Create a new instance ofRegisterApplicationMasterRequest.