org.apache.hadoop.hbase.coprocessor.example.generated
Class ExampleProtos.RowCountService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
ExampleProtos.RowCountService.BlockingInterface, ExampleProtos.RowCountService.Interface, ExampleProtos.RowCountService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
          rpc getKeyValueCount(.CountRequest) returns (.CountResponse);
 void getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
          rpc getRowCount(.CountRequest) returns (.CountResponse);
 
Methods inherited from class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2007–2016 The Apache Software Foundation. All rights reserved.