Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse

Packages that use RegisterApplicationMasterResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.yarn.client.api.async   
 

Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api that return RegisterApplicationMasterResponse
 RegisterApplicationMasterResponse ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request)
           The interface used by a new ApplicationMaster to register with the ResourceManager.
 

Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return RegisterApplicationMasterResponse
static RegisterApplicationMasterResponse RegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType,String> acls, ByteBuffer key, List<Container> containersFromPreviousAttempt, String queue, List<NMToken> nmTokensFromPreviousAttempts)
           
 

Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return RegisterApplicationMasterResponse
abstract  RegisterApplicationMasterResponse AMRMClient.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl)
          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 RegisterApplicationMasterResponse
abstract  RegisterApplicationMasterResponse AMRMClientAsync.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl)
          Registers this application master with the resource manager.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.