org.apache.hadoop.yarn.proto
Interface ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface

Enclosing class:
ApplicationClientProtocol.ApplicationClientProtocolService

public static interface ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface


Method Summary
 org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto cancelDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request)
           
 YarnServiceProtos.KillApplicationResponseProto forceKillApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.KillApplicationRequestProto request)
           
 YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationReportRequestProto request)
           
 YarnServiceProtos.GetApplicationsResponseProto getApplications(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationsRequestProto request)
           
 YarnServiceProtos.GetClusterMetricsResponseProto getClusterMetrics(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterMetricsRequestProto request)
           
 YarnServiceProtos.GetClusterNodesResponseProto getClusterNodes(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterNodesRequestProto request)
           
 org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.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)
           
 org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto renewDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto 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

getApplications

YarnServiceProtos.GetApplicationsResponseProto getApplications(com.google.protobuf.RpcController controller,
                                                               YarnServiceProtos.GetApplicationsRequestProto 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

org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                   org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request)
                                                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

renewDelegationToken

org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto renewDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                       org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request)
                                                                                                       throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

cancelDelegationToken

org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto cancelDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                         org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request)
                                                                                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.