public static final class ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub extends ApplicationMasterProtocol.ApplicationMasterProtocolService implements ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface, ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface, ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub
Modifier and Type | Method and Description |
---|---|
void |
allocate(com.google.protobuf.RpcController controller,
YarnServiceProtos.AllocateRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
rpc allocate(.hadoop.yarn.AllocateRequestProto) returns (.hadoop.yarn.AllocateResponseProto); |
void |
finishApplicationMaster(com.google.protobuf.RpcController controller,
YarnServiceProtos.FinishApplicationMasterRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
rpc finishApplicationMaster(.hadoop.yarn.FinishApplicationMasterRequestProto) returns (.hadoop.yarn.FinishApplicationMasterResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
registerApplicationMaster(com.google.protobuf.RpcController controller,
YarnServiceProtos.RegisterApplicationMasterRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
rpc registerApplicationMaster(.hadoop.yarn.RegisterApplicationMasterRequestProto) returns (.hadoop.yarn.RegisterApplicationMasterResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
ApplicationMasterProtocol.ApplicationMasterProtocolService
rpc registerApplicationMaster(.hadoop.yarn.RegisterApplicationMasterRequestProto) returns (.hadoop.yarn.RegisterApplicationMasterResponseProto);
registerApplicationMaster
in interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
registerApplicationMaster
in class ApplicationMasterProtocol.ApplicationMasterProtocolService
public void finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
ApplicationMasterProtocol.ApplicationMasterProtocolService
rpc finishApplicationMaster(.hadoop.yarn.FinishApplicationMasterRequestProto) returns (.hadoop.yarn.FinishApplicationMasterResponseProto);
finishApplicationMaster
in interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
finishApplicationMaster
in class ApplicationMasterProtocol.ApplicationMasterProtocolService
public void allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
ApplicationMasterProtocol.ApplicationMasterProtocolService
rpc allocate(.hadoop.yarn.AllocateRequestProto) returns (.hadoop.yarn.AllocateResponseProto);
allocate
in interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
allocate
in class ApplicationMasterProtocol.ApplicationMasterProtocolService
Copyright © 2013 Apache Software Foundation. All rights reserved.