org.apache.hadoop.hbase.protobuf.generated
Interface AggregateProtos.AggregateService.Interface
- All Known Implementing Classes:
- AggregateProtos.AggregateService.Stub
- Enclosing class:
- AggregateProtos.AggregateService
public static interface AggregateProtos.AggregateService.Interface
Method Summary |
void |
getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
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)
|
getMax
void getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getMin
void getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getSum
void getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getRowNum
void getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getAvg
void getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getStd
void getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
getMedian
void getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.