org.apache.hadoop.hbase.protobuf.generated
Interface AggregateProtos.AggregateService.BlockingInterface

Enclosing class:
AggregateProtos.AggregateService

public static interface AggregateProtos.AggregateService.BlockingInterface


Method Summary
 AggregateProtos.AggregateResponse getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 AggregateProtos.AggregateResponse getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateArgument request)
           
 

Method Detail

getMax

AggregateProtos.AggregateResponse getMax(com.google.protobuf.RpcController controller,
                                         AggregateProtos.AggregateArgument request)
                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getMin

AggregateProtos.AggregateResponse getMin(com.google.protobuf.RpcController controller,
                                         AggregateProtos.AggregateArgument request)
                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getSum

AggregateProtos.AggregateResponse getSum(com.google.protobuf.RpcController controller,
                                         AggregateProtos.AggregateArgument request)
                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getRowNum

AggregateProtos.AggregateResponse getRowNum(com.google.protobuf.RpcController controller,
                                            AggregateProtos.AggregateArgument request)
                                            throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getAvg

AggregateProtos.AggregateResponse getAvg(com.google.protobuf.RpcController controller,
                                         AggregateProtos.AggregateArgument request)
                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getStd

AggregateProtos.AggregateResponse getStd(com.google.protobuf.RpcController controller,
                                         AggregateProtos.AggregateArgument request)
                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getMedian

AggregateProtos.AggregateResponse getMedian(com.google.protobuf.RpcController controller,
                                            AggregateProtos.AggregateArgument request)
                                            throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


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