public static interface AggregateProtos.AggregateService.Interface
Modifier and Type | Method and Description |
---|---|
void |
getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.AggregateRequest) returns (.AggregateResponse); |
void |
getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.AggregateRequest) returns (.AggregateResponse); |
void |
getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.AggregateRequest) returns (.AggregateResponse); |
void |
getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.AggregateRequest) returns (.AggregateResponse); |
void |
getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse); |
void |
getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.AggregateRequest) returns (.AggregateResponse); |
void |
getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.AggregateRequest) returns (.AggregateResponse); |
void getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.AggregateRequest) returns (.AggregateResponse);
void getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.AggregateRequest) returns (.AggregateResponse);
void getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.AggregateRequest) returns (.AggregateResponse);
void getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse);
void getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);
void getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.AggregateRequest) returns (.AggregateResponse);
void getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.AggregateRequest) returns (.AggregateResponse);
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.