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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateRequest request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.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(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMedian
in interface AggregateProtos.AggregateService.Interface
getMedian
in class AggregateProtos.AggregateService
Copyright © 2007–2019 Cloudera. All rights reserved.