public static final class AggregateProtos.AggregateService.Stub extends AggregateProtos.AggregateService implements AggregateProtos.AggregateService.Interface
AggregateProtos.AggregateService.BlockingInterface, AggregateProtos.AggregateService.Interface, AggregateProtos.AggregateService.Stub
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); |
com.google.protobuf.RpcChannel |
getChannel() |
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); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetMax(.AggregateRequest) returns (.AggregateResponse);
getMax
in interface AggregateProtos.AggregateService.Interface
getMax
in class AggregateProtos.AggregateService
public void getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetMin(.AggregateRequest) returns (.AggregateResponse);
getMin
in interface AggregateProtos.AggregateService.Interface
getMin
in class AggregateProtos.AggregateService
public void getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetSum(.AggregateRequest) returns (.AggregateResponse);
getSum
in interface AggregateProtos.AggregateService.Interface
getSum
in class AggregateProtos.AggregateService
public void getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse);
getRowNum
in interface AggregateProtos.AggregateService.Interface
getRowNum
in class AggregateProtos.AggregateService
public void getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);
getAvg
in interface AggregateProtos.AggregateService.Interface
getAvg
in class AggregateProtos.AggregateService
public void getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetStd(.AggregateRequest) returns (.AggregateResponse);
getStd
in interface AggregateProtos.AggregateService.Interface
getStd
in class AggregateProtos.AggregateService
public void getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
AggregateProtos.AggregateService
rpc GetMedian(.AggregateRequest) returns (.AggregateResponse);
getMedian
in interface AggregateProtos.AggregateService.Interface
getMedian
in class AggregateProtos.AggregateService
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.