org.apache.hadoop.hbase.coprocessor.example.generated
Interface ExampleProtos.RowCountService.BlockingInterface

Enclosing class:
ExampleProtos.RowCountService

public static interface ExampleProtos.RowCountService.BlockingInterface


Method Summary
 ExampleProtos.CountResponse getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request)
           
 ExampleProtos.CountResponse getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request)
           
 

Method Detail

getRowCount

ExampleProtos.CountResponse getRowCount(com.google.protobuf.RpcController controller,
                                        ExampleProtos.CountRequest request)
                                        throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getKeyValueCount

ExampleProtos.CountResponse getKeyValueCount(com.google.protobuf.RpcController controller,
                                             ExampleProtos.CountRequest request)
                                             throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.