Uses of Class
org.apache.hadoop.yarn.exceptions.YarnRemoteException

Packages that use YarnRemoteException
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.exceptions   
org.apache.hadoop.yarn.exceptions.impl.pb   
 

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

Methods in org.apache.hadoop.yarn.api that throw YarnRemoteException
 AllocateResponse AMRMProtocol.allocate(AllocateRequest request)
          The main interface between an ApplicationMaster and the ResourceManager.
 FinishApplicationMasterResponse AMRMProtocol.finishApplicationMaster(FinishApplicationMasterRequest request)
          The interface used by an ApplicationMaster to notify the ResourceManager about its completion (success or failed).
 KillApplicationResponse ClientRMProtocol.forceKillApplication(KillApplicationRequest request)
          The interface used by clients to request the ResourceManager to abort submitted application.
 GetAllApplicationsResponse ClientRMProtocol.getAllApplications(GetAllApplicationsRequest request)
          The interface used by clients to get a report of all Applications in the cluster from the ResourceManager.
 GetApplicationReportResponse ClientRMProtocol.getApplicationReport(GetApplicationReportRequest request)
          The interface used by clients to get a report of an Application from the ResourceManager.
 GetClusterMetricsResponse ClientRMProtocol.getClusterMetrics(GetClusterMetricsRequest request)
          The interface used by clients to get metrics about the cluster from the ResourceManager.
 GetClusterNodesResponse ClientRMProtocol.getClusterNodes(GetClusterNodesRequest request)
          The interface used by clients to get a report of all nodes in the cluster from the ResourceManager.
 GetContainerStatusResponse ContainerManager.getContainerStatus(GetContainerStatusRequest request)
          The api used by the ApplicationMaster to request for current status of a Container from the NodeManager.
 GetDelegationTokenResponse ClientRMProtocol.getDelegationToken(GetDelegationTokenRequest request)
          The interface used by clients to get delegation token, enabling the containers to be able to talk to the service using those tokens.
 GetNewApplicationResponse ClientRMProtocol.getNewApplication(GetNewApplicationRequest request)
          The interface used by clients to obtain a new ApplicationId for submitting new applications.
 GetQueueInfoResponse ClientRMProtocol.getQueueInfo(GetQueueInfoRequest request)
          The interface used by clients to get information about queues from the ResourceManager.
 GetQueueUserAclsInfoResponse ClientRMProtocol.getQueueUserAcls(GetQueueUserAclsInfoRequest request)
          The interface used by clients to get information about queue acls for current user from the ResourceManager.
 RegisterApplicationMasterResponse AMRMProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request)
          The interface used by a new ApplicationMaster to register with the ResourceManager.
 StartContainerResponse ContainerManager.startContainer(StartContainerRequest request)
          The ApplicationMaster requests a NodeManager to start a Container allocated to it using this interface.
 StopContainerResponse ContainerManager.stopContainer(StopContainerRequest request)
          The ApplicationMaster requests a NodeManager to stop a Container allocated to it using this interface.
 SubmitApplicationResponse ClientRMProtocol.submitApplication(SubmitApplicationRequest request)
          The interface used by clients to submit a new application to the ResourceManager.
 

Uses of YarnRemoteException in org.apache.hadoop.yarn.exceptions
 

Methods in org.apache.hadoop.yarn.exceptions that return YarnRemoteException
abstract  YarnRemoteException YarnRemoteException.getCause()
           
 

Uses of YarnRemoteException in org.apache.hadoop.yarn.exceptions.impl.pb
 

Subclasses of YarnRemoteException in org.apache.hadoop.yarn.exceptions.impl.pb
 class YarnRemoteExceptionPBImpl
           
 

Methods in org.apache.hadoop.yarn.exceptions.impl.pb that return YarnRemoteException
 YarnRemoteException YarnRemoteExceptionPBImpl.getCause()
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.