Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse

Packages that use AggregateProtos.AggregateResponse
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of AggregateProtos.AggregateResponse in org.apache.hadoop.hbase.coprocessor
 

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type AggregateProtos.AggregateResponse
 void AggregateImplementation.getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives a Pair with first object as Sum and second object as row count, computed for a given combination of column qualifier and column family in the given row range as defined in the Scan object.
 void AggregateImplementation.getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives the maximum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
 void AggregateImplementation.getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives a List containing sum of values and sum of weights.
 void AggregateImplementation.getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives the minimum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
 void AggregateImplementation.getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives the row count for the given column family and column qualifier, in the given row range as defined in the Scan object.
 void AggregateImplementation.getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives a Pair with first object a List containing Sum and sum of squares, and the second object as row count.
 void AggregateImplementation.getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          Gives the sum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
 

Uses of AggregateProtos.AggregateResponse in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AggregateProtos.AggregateResponse
 AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.Builder.build()
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.Builder.buildPartial()
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.getDefaultInstance()
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.getDefaultInstanceForType()
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.Builder.getDefaultInstanceForType()
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse AggregateProtos.AggregateService.BlockingInterface.getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseDelimitedFrom(InputStream input)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(byte[] data)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(com.google.protobuf.ByteString data)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(InputStream input)
           
static AggregateProtos.AggregateResponse AggregateProtos.AggregateResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AggregateProtos.AggregateResponse
 AggregateProtos.AggregateResponse.Builder AggregateProtos.AggregateResponse.Builder.mergeFrom(AggregateProtos.AggregateResponse other)
           
static AggregateProtos.AggregateResponse.Builder AggregateProtos.AggregateResponse.newBuilder(AggregateProtos.AggregateResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type AggregateProtos.AggregateResponse
abstract  void AggregateProtos.AggregateService.getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
abstract  void AggregateProtos.AggregateService.getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Interface.getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void AggregateProtos.AggregateService.Stub.getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 



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