public static interface AggregateProtos.AggregateService.BlockingInterface
Modifier and Type | Method and Description |
---|---|
AggregateProtos.AggregateResponse |
getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse |
getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request) |
AggregateProtos.AggregateResponse getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
AggregateProtos.AggregateResponse getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.