public abstract static class ApplicationMasterProtocol.ApplicationMasterProtocolService extends Object implements com.google.protobuf.Service
hadoop.yarn.ApplicationMasterProtocolService
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface |
static interface |
ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface |
static class |
ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
ApplicationMasterProtocol.ApplicationMasterProtocolService() |
Modifier and Type | Method and Description |
---|---|
abstract 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 |
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 |
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); |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface impl) |
static ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract 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); |
protected ApplicationMasterProtocol.ApplicationMasterProtocolService()
public static com.google.protobuf.Service newReflectiveService(ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface impl)
public abstract 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);
public abstract 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);
public abstract 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);
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
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)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2013 Apache Software Foundation. All rights reserved.