public abstract static class DummyRegionServerEndpointProtos.DummyService extends Object implements Service
hbase.test.pb.DummyService| Modifier and Type | Class and Description |
|---|---|
static interface |
DummyRegionServerEndpointProtos.DummyService.BlockingInterface |
static interface |
DummyRegionServerEndpointProtos.DummyService.Interface |
static class |
DummyRegionServerEndpointProtos.DummyService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
DummyService() |
public static Service newReflectiveService(DummyRegionServerEndpointProtos.DummyService.Interface impl)
public static BlockingService newReflectiveBlockingService(DummyRegionServerEndpointProtos.DummyService.BlockingInterface impl)
public abstract void dummyCall(RpcController controller, DummyRegionServerEndpointProtos.DummyRequest request, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse> done)
rpc dummyCall(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);public abstract void dummyThrow(RpcController controller, DummyRegionServerEndpointProtos.DummyRequest request, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse> done)
rpc dummyThrow(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);public static final Descriptors.ServiceDescriptor getDescriptor()
public final Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface Servicepublic final void callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
callMethod in interface Servicepublic final Message getRequestPrototype(Descriptors.MethodDescriptor method)
getRequestPrototype in interface Servicepublic final Message getResponsePrototype(Descriptors.MethodDescriptor method)
getResponsePrototype in interface Servicepublic static DummyRegionServerEndpointProtos.DummyService.Stub newStub(RpcChannel channel)
public static DummyRegionServerEndpointProtos.DummyService.BlockingInterface newBlockingStub(BlockingRpcChannel channel)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.