public abstract static class SCMUploaderProtocol.SCMUploaderProtocolService extends Object implements com.google.protobuf.Service
hadoop.yarn.SCMUploaderProtocolService| Modifier and Type | Class and Description |
|---|---|
static interface |
SCMUploaderProtocol.SCMUploaderProtocolService.BlockingInterface |
static interface |
SCMUploaderProtocol.SCMUploaderProtocolService.Interface |
static class |
SCMUploaderProtocol.SCMUploaderProtocolService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
SCMUploaderProtocolService() |
| Modifier and Type | Method and Description |
|---|---|
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 |
canUpload(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.SCMUploaderCanUploadRequestProto request,
com.google.protobuf.RpcCallback<YarnServerCommonServiceProtos.SCMUploaderCanUploadResponseProto> done)
rpc canUpload(.hadoop.yarn.SCMUploaderCanUploadRequestProto) returns (.hadoop.yarn.SCMUploaderCanUploadResponseProto); |
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 SCMUploaderProtocol.SCMUploaderProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(SCMUploaderProtocol.SCMUploaderProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(SCMUploaderProtocol.SCMUploaderProtocolService.Interface impl) |
static SCMUploaderProtocol.SCMUploaderProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
notify(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto request,
com.google.protobuf.RpcCallback<YarnServerCommonServiceProtos.SCMUploaderNotifyResponseProto> done)
rpc notify(.hadoop.yarn.SCMUploaderNotifyRequestProto) returns (.hadoop.yarn.SCMUploaderNotifyResponseProto); |
public static com.google.protobuf.Service newReflectiveService(SCMUploaderProtocol.SCMUploaderProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(SCMUploaderProtocol.SCMUploaderProtocolService.BlockingInterface impl)
public abstract void notify(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto request,
com.google.protobuf.RpcCallback<YarnServerCommonServiceProtos.SCMUploaderNotifyResponseProto> done)
rpc notify(.hadoop.yarn.SCMUploaderNotifyRequestProto) returns (.hadoop.yarn.SCMUploaderNotifyResponseProto);public abstract void canUpload(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.SCMUploaderCanUploadRequestProto request,
com.google.protobuf.RpcCallback<YarnServerCommonServiceProtos.SCMUploaderCanUploadResponseProto> done)
rpc canUpload(.hadoop.yarn.SCMUploaderCanUploadRequestProto) returns (.hadoop.yarn.SCMUploaderCanUploadResponseProto);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic 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.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static SCMUploaderProtocol.SCMUploaderProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static SCMUploaderProtocol.SCMUploaderProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.