public abstract static class RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService extends Object implements org.apache.hadoop.thirdparty.protobuf.Service
Protocol which is used to refresh the callqueue.Protobuf service
hadoop.common.RefreshCallQueueProtocolService| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface |
static interface |
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface |
static class |
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
RefreshCallQueueProtocolService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method,
org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.thirdparty.protobuf.Message request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done) |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
org.apache.hadoop.thirdparty.protobuf.Message |
getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
org.apache.hadoop.thirdparty.protobuf.Message |
getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
static RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface |
newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel) |
static org.apache.hadoop.thirdparty.protobuf.BlockingService |
newReflectiveBlockingService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface impl) |
static org.apache.hadoop.thirdparty.protobuf.Service |
newReflectiveService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface impl) |
static RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub |
newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel) |
abstract void |
refreshCallQueue(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
Refresh the callqueue.
|
public static org.apache.hadoop.thirdparty.protobuf.Service newReflectiveService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface impl)
public static org.apache.hadoop.thirdparty.protobuf.BlockingService newReflectiveBlockingService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface impl)
public abstract void refreshCallQueue(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
Refresh the callqueue.
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final void callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method,
org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.thirdparty.protobuf.Message request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done)
callMethod in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic static RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel)
public static RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel)
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.