public static final class ExampleProtos.RowCountService.Stub extends ExampleProtos.RowCountService implements ExampleProtos.RowCountService.Interface
ExampleProtos.RowCountService.BlockingInterface, ExampleProtos.RowCountService.Interface, ExampleProtos.RowCountService.Stub
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getKeyValueCount(.hbase.pb.CountRequest) returns (.hbase.pb.CountResponse); |
void |
getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getRowCount(.hbase.pb.CountRequest) returns (.hbase.pb.CountResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
ExampleProtos.RowCountService
rpc getRowCount(.hbase.pb.CountRequest) returns (.hbase.pb.CountResponse);
getRowCount
in interface ExampleProtos.RowCountService.Interface
getRowCount
in class ExampleProtos.RowCountService
public void getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
ExampleProtos.RowCountService
rpc getKeyValueCount(.hbase.pb.CountRequest) returns (.hbase.pb.CountResponse);
getKeyValueCount
in interface ExampleProtos.RowCountService.Interface
getKeyValueCount
in class ExampleProtos.RowCountService
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.