org.apache.hadoop.hbase.coprocessor.example.generated
Class ExampleProtos.RowCountService.Stub
java.lang.Object
org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService.Stub
- All Implemented Interfaces:
- com.google.protobuf.Service, ExampleProtos.RowCountService.Interface
- Enclosing class:
- ExampleProtos.RowCountService
public static final class ExampleProtos.RowCountService.Stub
- extends ExampleProtos.RowCountService
- implements ExampleProtos.RowCountService.Interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getChannel
public com.google.protobuf.RpcChannel getChannel()
getRowCount
public void getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
- Description copied from class:
ExampleProtos.RowCountService
rpc getRowCount(.CountRequest) returns (.CountResponse);
- Specified by:
getRowCount
in interface ExampleProtos.RowCountService.Interface
- Specified by:
getRowCount
in class ExampleProtos.RowCountService
getKeyValueCount
public void getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
- Description copied from class:
ExampleProtos.RowCountService
rpc getKeyValueCount(.CountRequest) returns (.CountResponse);
- Specified by:
getKeyValueCount
in interface ExampleProtos.RowCountService.Interface
- Specified by:
getKeyValueCount
in class ExampleProtos.RowCountService
Copyright © 2015 The Apache Software Foundation. All rights reserved.