org.apache.hadoop.hbase.protobuf.generated
Class AggregateProtos.AggregateService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
      extended by org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, AggregateProtos.AggregateService.Interface
Enclosing class:
AggregateProtos.AggregateService

public static final class AggregateProtos.AggregateService.Stub
extends AggregateProtos.AggregateService
implements AggregateProtos.AggregateService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
AggregateProtos.AggregateService.BlockingInterface, AggregateProtos.AggregateService.Interface, AggregateProtos.AggregateService.Stub
 
Method Summary
 void getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 void getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
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()

getMax

public void getMax(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateArgument request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getMax in interface AggregateProtos.AggregateService.Interface
Specified by:
getMax in class AggregateProtos.AggregateService

getMin

public void getMin(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateArgument request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getMin in interface AggregateProtos.AggregateService.Interface
Specified by:
getMin in class AggregateProtos.AggregateService

getSum

public void getSum(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateArgument request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getSum in interface AggregateProtos.AggregateService.Interface
Specified by:
getSum in class AggregateProtos.AggregateService

getRowNum

public void getRowNum(com.google.protobuf.RpcController controller,
                      AggregateProtos.AggregateArgument request,
                      com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getRowNum in interface AggregateProtos.AggregateService.Interface
Specified by:
getRowNum in class AggregateProtos.AggregateService

getAvg

public void getAvg(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateArgument request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getAvg in interface AggregateProtos.AggregateService.Interface
Specified by:
getAvg in class AggregateProtos.AggregateService

getStd

public void getStd(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateArgument request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getStd in interface AggregateProtos.AggregateService.Interface
Specified by:
getStd in class AggregateProtos.AggregateService

getMedian

public void getMedian(com.google.protobuf.RpcController controller,
                      AggregateProtos.AggregateArgument request,
                      com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Specified by:
getMedian in interface AggregateProtos.AggregateService.Interface
Specified by:
getMedian in class AggregateProtos.AggregateService


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