Uses of Class
org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.CountResponse

Packages that use ExampleProtos.CountResponse
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.coprocessor.example.generated   
 

Uses of ExampleProtos.CountResponse in org.apache.hadoop.hbase.coprocessor.example
 

Method parameters in org.apache.hadoop.hbase.coprocessor.example with type arguments of type ExampleProtos.CountResponse
 void RowCountEndpoint.getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
          Returns a count of all KeyValues in the region where this coprocessor is loaded.
 void RowCountEndpoint.getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
          Returns a count of the rows in the region where this coprocessor is loaded.
 

Uses of ExampleProtos.CountResponse in org.apache.hadoop.hbase.coprocessor.example.generated
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated that return ExampleProtos.CountResponse
 ExampleProtos.CountResponse ExampleProtos.CountResponse.Builder.build()
           
 ExampleProtos.CountResponse ExampleProtos.CountResponse.Builder.buildPartial()
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.getDefaultInstance()
           
 ExampleProtos.CountResponse ExampleProtos.CountResponse.getDefaultInstanceForType()
           
 ExampleProtos.CountResponse ExampleProtos.CountResponse.Builder.getDefaultInstanceForType()
           
 ExampleProtos.CountResponse ExampleProtos.RowCountService.BlockingInterface.getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request)
           
 ExampleProtos.CountResponse ExampleProtos.RowCountService.BlockingInterface.getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseDelimitedFrom(InputStream input)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(byte[] data)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(com.google.protobuf.ByteString data)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(InputStream input)
           
static ExampleProtos.CountResponse ExampleProtos.CountResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated with parameters of type ExampleProtos.CountResponse
 ExampleProtos.CountResponse.Builder ExampleProtos.CountResponse.Builder.mergeFrom(ExampleProtos.CountResponse other)
           
static ExampleProtos.CountResponse.Builder ExampleProtos.CountResponse.newBuilder(ExampleProtos.CountResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.coprocessor.example.generated with type arguments of type ExampleProtos.CountResponse
abstract  void ExampleProtos.RowCountService.getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
 void ExampleProtos.RowCountService.Interface.getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
 void ExampleProtos.RowCountService.Stub.getKeyValueCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
abstract  void ExampleProtos.RowCountService.getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
 void ExampleProtos.RowCountService.Interface.getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
 void ExampleProtos.RowCountService.Stub.getRowCount(com.google.protobuf.RpcController controller, ExampleProtos.CountRequest request, com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.