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,
<any> done)
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getMax in interface AggregateProtos.AggregateService.InterfacegetMax in class AggregateProtos.AggregateServicepublic void getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getMin in interface AggregateProtos.AggregateService.InterfacegetMin in class AggregateProtos.AggregateServicepublic void getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getSum in interface AggregateProtos.AggregateService.InterfacegetSum in class AggregateProtos.AggregateServicepublic void getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getRowNum in interface AggregateProtos.AggregateService.InterfacegetRowNum in class AggregateProtos.AggregateServicepublic void getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getAvg in interface AggregateProtos.AggregateService.InterfacegetAvg in class AggregateProtos.AggregateServicepublic void getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getStd in interface AggregateProtos.AggregateService.InterfacegetStd in class AggregateProtos.AggregateServicepublic void getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
<any> done)
AggregateProtos.AggregateServicerpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);getMedian in interface AggregateProtos.AggregateService.InterfacegetMedian in class AggregateProtos.AggregateService