org.apache.hadoop.yarn.proto
Class ApplicationClientProtocol.ApplicationClientProtocolService

java.lang.Object
  extended by org.apache.hadoop.yarn.proto.ApplicationClientProtocol.ApplicationClientProtocolService
All Implemented Interfaces:
com.google.protobuf.Service
Direct Known Subclasses:
ApplicationClientProtocol.ApplicationClientProtocolService.Stub
Enclosing class:
ApplicationClientProtocol

public abstract static class ApplicationClientProtocol.ApplicationClientProtocolService
extends Object
implements com.google.protobuf.Service

Protobuf service hadoop.yarn.ApplicationClientProtocolService


Nested Class Summary
static interface ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface
           
static interface ApplicationClientProtocol.ApplicationClientProtocolService.Interface
           
static class ApplicationClientProtocol.ApplicationClientProtocolService.Stub
           
 
Constructor Summary
protected ApplicationClientProtocol.ApplicationClientProtocolService()
           
 
Method Summary
 void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
           
abstract  void cancelDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto> done)
          rpc cancelDelegationToken(.hadoop.common.CancelDelegationTokenRequestProto) returns (.hadoop.common.CancelDelegationTokenResponseProto);
abstract  void forceKillApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.KillApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.KillApplicationResponseProto> done)
          rpc forceKillApplication(.hadoop.yarn.KillApplicationRequestProto) returns (.hadoop.yarn.KillApplicationResponseProto);
abstract  void getApplicationReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationReportResponseProto> done)
          rpc getApplicationReport(.hadoop.yarn.GetApplicationReportRequestProto) returns (.hadoop.yarn.GetApplicationReportResponseProto);
abstract  void getApplications(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationsRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationsResponseProto> done)
          rpc getApplications(.hadoop.yarn.GetApplicationsRequestProto) returns (.hadoop.yarn.GetApplicationsResponseProto);
abstract  void getClusterMetrics(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterMetricsRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterMetricsResponseProto> done)
          rpc getClusterMetrics(.hadoop.yarn.GetClusterMetricsRequestProto) returns (.hadoop.yarn.GetClusterMetricsResponseProto);
abstract  void getClusterNodes(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterNodesRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodesResponseProto> done)
          rpc getClusterNodes(.hadoop.yarn.GetClusterNodesRequestProto) returns (.hadoop.yarn.GetClusterNodesResponseProto);
abstract  void getDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto> done)
          rpc getDelegationToken(.hadoop.common.GetDelegationTokenRequestProto) returns (.hadoop.common.GetDelegationTokenResponseProto);
static com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
           
abstract  void getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
          rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);
abstract  void getQueueInfo(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueInfoRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueInfoResponseProto> done)
          rpc getQueueInfo(.hadoop.yarn.GetQueueInfoRequestProto) returns (.hadoop.yarn.GetQueueInfoResponseProto);
abstract  void getQueueUserAcls(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueUserAclsInfoRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueUserAclsInfoResponseProto> done)
          rpc getQueueUserAcls(.hadoop.yarn.GetQueueUserAclsInfoRequestProto) returns (.hadoop.yarn.GetQueueUserAclsInfoResponseProto);
 com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
 com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
static ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
           
static com.google.protobuf.BlockingService newReflectiveBlockingService(ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface impl)
           
static com.google.protobuf.Service newReflectiveService(ApplicationClientProtocol.ApplicationClientProtocolService.Interface impl)
           
static ApplicationClientProtocol.ApplicationClientProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
           
abstract  void renewDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto> done)
          rpc renewDelegationToken(.hadoop.common.RenewDelegationTokenRequestProto) returns (.hadoop.common.RenewDelegationTokenResponseProto);
abstract  void submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
          rpc submitApplication(.hadoop.yarn.SubmitApplicationRequestProto) returns (.hadoop.yarn.SubmitApplicationResponseProto);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationClientProtocol.ApplicationClientProtocolService

protected ApplicationClientProtocol.ApplicationClientProtocolService()
Method Detail

newReflectiveService

public static com.google.protobuf.Service newReflectiveService(ApplicationClientProtocol.ApplicationClientProtocolService.Interface impl)

newReflectiveBlockingService

public static com.google.protobuf.BlockingService newReflectiveBlockingService(ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface impl)

getNewApplication

public abstract void getNewApplication(com.google.protobuf.RpcController controller,
                                       YarnServiceProtos.GetNewApplicationRequestProto request,
                                       com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);


getApplicationReport

public abstract void getApplicationReport(com.google.protobuf.RpcController controller,
                                          YarnServiceProtos.GetApplicationReportRequestProto request,
                                          com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationReportResponseProto> done)
rpc getApplicationReport(.hadoop.yarn.GetApplicationReportRequestProto) returns (.hadoop.yarn.GetApplicationReportResponseProto);


submitApplication

public abstract void submitApplication(com.google.protobuf.RpcController controller,
                                       YarnServiceProtos.SubmitApplicationRequestProto request,
                                       com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
rpc submitApplication(.hadoop.yarn.SubmitApplicationRequestProto) returns (.hadoop.yarn.SubmitApplicationResponseProto);


forceKillApplication

public abstract void forceKillApplication(com.google.protobuf.RpcController controller,
                                          YarnServiceProtos.KillApplicationRequestProto request,
                                          com.google.protobuf.RpcCallback<YarnServiceProtos.KillApplicationResponseProto> done)
rpc forceKillApplication(.hadoop.yarn.KillApplicationRequestProto) returns (.hadoop.yarn.KillApplicationResponseProto);


getClusterMetrics

public abstract void getClusterMetrics(com.google.protobuf.RpcController controller,
                                       YarnServiceProtos.GetClusterMetricsRequestProto request,
                                       com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterMetricsResponseProto> done)
rpc getClusterMetrics(.hadoop.yarn.GetClusterMetricsRequestProto) returns (.hadoop.yarn.GetClusterMetricsResponseProto);


getApplications

public abstract void getApplications(com.google.protobuf.RpcController controller,
                                     YarnServiceProtos.GetApplicationsRequestProto request,
                                     com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationsResponseProto> done)
rpc getApplications(.hadoop.yarn.GetApplicationsRequestProto) returns (.hadoop.yarn.GetApplicationsResponseProto);


getClusterNodes

public abstract void getClusterNodes(com.google.protobuf.RpcController controller,
                                     YarnServiceProtos.GetClusterNodesRequestProto request,
                                     com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodesResponseProto> done)
rpc getClusterNodes(.hadoop.yarn.GetClusterNodesRequestProto) returns (.hadoop.yarn.GetClusterNodesResponseProto);


getQueueInfo

public abstract void getQueueInfo(com.google.protobuf.RpcController controller,
                                  YarnServiceProtos.GetQueueInfoRequestProto request,
                                  com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueInfoResponseProto> done)
rpc getQueueInfo(.hadoop.yarn.GetQueueInfoRequestProto) returns (.hadoop.yarn.GetQueueInfoResponseProto);


getQueueUserAcls

public abstract void getQueueUserAcls(com.google.protobuf.RpcController controller,
                                      YarnServiceProtos.GetQueueUserAclsInfoRequestProto request,
                                      com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueUserAclsInfoResponseProto> done)
rpc getQueueUserAcls(.hadoop.yarn.GetQueueUserAclsInfoRequestProto) returns (.hadoop.yarn.GetQueueUserAclsInfoResponseProto);


getDelegationToken

public abstract void getDelegationToken(com.google.protobuf.RpcController controller,
                                        org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request,
                                        com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto> done)
rpc getDelegationToken(.hadoop.common.GetDelegationTokenRequestProto) returns (.hadoop.common.GetDelegationTokenResponseProto);


renewDelegationToken

public abstract void renewDelegationToken(com.google.protobuf.RpcController controller,
                                          org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request,
                                          com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto> done)
rpc renewDelegationToken(.hadoop.common.RenewDelegationTokenRequestProto) returns (.hadoop.common.RenewDelegationTokenResponseProto);


cancelDelegationToken

public abstract void cancelDelegationToken(com.google.protobuf.RpcController controller,
                                           org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request,
                                           com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto> done)
rpc cancelDelegationToken(.hadoop.common.CancelDelegationTokenRequestProto) returns (.hadoop.common.CancelDelegationTokenResponseProto);


getDescriptor

public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()

getDescriptorForType

public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Service

callMethod

public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
                             com.google.protobuf.RpcController controller,
                             com.google.protobuf.Message request,
                             com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
Specified by:
callMethod in interface com.google.protobuf.Service

getRequestPrototype

public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getRequestPrototype in interface com.google.protobuf.Service

getResponsePrototype

public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getResponsePrototype in interface com.google.protobuf.Service

newStub

public static ApplicationClientProtocol.ApplicationClientProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)

newBlockingStub

public static ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.