org.apache.hadoop.yarn.proto
Interface ClientRMProtocol.ClientRMProtocolService.BlockingInterface

Enclosing class:
ClientRMProtocol.ClientRMProtocolService

public static interface ClientRMProtocol.ClientRMProtocolService.BlockingInterface


Method Summary
 YarnServiceProtos.KillApplicationResponseProto forceKillApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.KillApplicationRequestProto request)
           
 YarnServiceProtos.GetAllApplicationsResponseProto getAllApplications(com.google.protobuf.RpcController controller, YarnServiceProtos.GetAllApplicationsRequestProto request)
           
 YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationReportRequestProto request)
           
 YarnServiceProtos.GetClusterMetricsResponseProto getClusterMetrics(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterMetricsRequestProto request)
           
 YarnServiceProtos.GetClusterNodesResponseProto getClusterNodes(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterNodesRequestProto request)
           
 YarnServiceProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller, YarnServiceProtos.GetDelegationTokenRequestProto request)
           
 YarnServiceProtos.GetNewApplicationResponseProto getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request)
           
 YarnServiceProtos.GetQueueInfoResponseProto getQueueInfo(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueInfoRequestProto request)
           
 YarnServiceProtos.GetQueueUserAclsInfoResponseProto getQueueUserAcls(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueUserAclsInfoRequestProto request)
           
 YarnServiceProtos.SubmitApplicationResponseProto submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request)
           
 

Method Detail

getNewApplication

YarnServiceProtos.GetNewApplicationResponseProto getNewApplication(com.google.protobuf.RpcController controller,
                                                                   YarnServiceProtos.GetNewApplicationRequestProto request)
                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getApplicationReport

YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(com.google.protobuf.RpcController controller,
                                                                         YarnServiceProtos.GetApplicationReportRequestProto request)
                                                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

submitApplication

YarnServiceProtos.SubmitApplicationResponseProto submitApplication(com.google.protobuf.RpcController controller,
                                                                   YarnServiceProtos.SubmitApplicationRequestProto request)
                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

forceKillApplication

YarnServiceProtos.KillApplicationResponseProto forceKillApplication(com.google.protobuf.RpcController controller,
                                                                    YarnServiceProtos.KillApplicationRequestProto request)
                                                                    throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getClusterMetrics

YarnServiceProtos.GetClusterMetricsResponseProto getClusterMetrics(com.google.protobuf.RpcController controller,
                                                                   YarnServiceProtos.GetClusterMetricsRequestProto request)
                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getAllApplications

YarnServiceProtos.GetAllApplicationsResponseProto getAllApplications(com.google.protobuf.RpcController controller,
                                                                     YarnServiceProtos.GetAllApplicationsRequestProto request)
                                                                     throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getClusterNodes

YarnServiceProtos.GetClusterNodesResponseProto getClusterNodes(com.google.protobuf.RpcController controller,
                                                               YarnServiceProtos.GetClusterNodesRequestProto request)
                                                               throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getQueueInfo

YarnServiceProtos.GetQueueInfoResponseProto getQueueInfo(com.google.protobuf.RpcController controller,
                                                         YarnServiceProtos.GetQueueInfoRequestProto request)
                                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getQueueUserAcls

YarnServiceProtos.GetQueueUserAclsInfoResponseProto getQueueUserAcls(com.google.protobuf.RpcController controller,
                                                                     YarnServiceProtos.GetQueueUserAclsInfoRequestProto request)
                                                                     throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getDelegationToken

YarnServiceProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller,
                                                                     YarnServiceProtos.GetDelegationTokenRequestProto request)
                                                                     throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.