public static class TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService extends org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService implements org.apache.hadoop.hbase.coprocessor.CoprocessorService, org.apache.hadoop.hbase.coprocessor.SingletonCoprocessorService
org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.BlockingInterface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Interface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Stub
Modifier and Type | Field and Description |
---|---|
(package private) static int |
numMaster |
(package private) static int |
numRegion |
(package private) static int |
numRegionServer |
Constructor and Description |
---|
DummyCoprocessorService() |
Modifier and Type | Method and Description |
---|---|
void |
dummyCall(com.google.protobuf.RpcController controller,
org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse> callback) |
void |
dummyThrow(com.google.protobuf.RpcController controller,
org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse> callback) |
com.google.protobuf.Service |
getService() |
static int numMaster
static int numRegionServer
static int numRegion
public DummyCoprocessorService()
public com.google.protobuf.Service getService()
getService
in interface org.apache.hadoop.hbase.coprocessor.CoprocessorService
getService
in interface org.apache.hadoop.hbase.coprocessor.SingletonCoprocessorService
public void dummyCall(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse> callback)
dummyCall
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
public void dummyThrow(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse> callback)
dummyThrow
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.