org.apache.hadoop.yarn.proto
Class AMRMProtocol.AMRMProtocolService.Stub

java.lang.Object
  extended by org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService
      extended by org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, AMRMProtocol.AMRMProtocolService.Interface
Enclosing class:
AMRMProtocol.AMRMProtocolService

public static final class AMRMProtocol.AMRMProtocolService.Stub
extends AMRMProtocol.AMRMProtocolService
implements AMRMProtocol.AMRMProtocolService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService
AMRMProtocol.AMRMProtocolService.BlockingInterface, AMRMProtocol.AMRMProtocolService.Interface, AMRMProtocol.AMRMProtocolService.Stub
 
Method Summary
 void allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
           
 void finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
           
 
Methods inherited from class org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

registerApplicationMaster

public void registerApplicationMaster(com.google.protobuf.RpcController controller,
                                      YarnServiceProtos.RegisterApplicationMasterRequestProto request,
                                      com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
Specified by:
registerApplicationMaster in interface AMRMProtocol.AMRMProtocolService.Interface
Specified by:
registerApplicationMaster in class AMRMProtocol.AMRMProtocolService

finishApplicationMaster

public void finishApplicationMaster(com.google.protobuf.RpcController controller,
                                    YarnServiceProtos.FinishApplicationMasterRequestProto request,
                                    com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
Specified by:
finishApplicationMaster in interface AMRMProtocol.AMRMProtocolService.Interface
Specified by:
finishApplicationMaster in class AMRMProtocol.AMRMProtocolService

allocate

public void allocate(com.google.protobuf.RpcController controller,
                     YarnServiceProtos.AllocateRequestProto request,
                     com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
Specified by:
allocate in interface AMRMProtocol.AMRMProtocolService.Interface
Specified by:
allocate in class AMRMProtocol.AMRMProtocolService


Copyright © 2012 Apache Software Foundation. All Rights Reserved.