Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse
Packages that use RegisterApplicationMasterResponse
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 RegisterApplicationMasterResponse in org.apache.hadoop.yarn.ams
Methods in org.apache.hadoop.yarn.ams with parameters of type RegisterApplicationMasterResponseModifier and TypeMethodDescriptionvoidApplicationMasterServiceProcessor.registerApplicationMaster(ApplicationAttemptId applicationAttemptId, RegisterApplicationMasterRequest request, RegisterApplicationMasterResponse response) Register AM attempt. -
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 RegisterApplicationMasterResponseModifier and TypeMethodDescriptionRegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType, String> acls, ByteBuffer key, List<Container> containersFromPreviousAttempt, String queue, List<NMToken> nmTokensFromPreviousAttempts)