All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
callMethod(Descriptors.MethodDescriptor method,
RpcController controller,
Message request,
RpcCallback<Message> done) |
abstract void |
getAvg(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
static Descriptors.ServiceDescriptor |
getDescriptor() |
Descriptors.ServiceDescriptor |
getDescriptorForType() |
abstract void |
getMax(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
abstract void |
getMedian(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
abstract void |
getMin(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
Message |
getRequestPrototype(Descriptors.MethodDescriptor method) |
Message |
getResponsePrototype(Descriptors.MethodDescriptor method) |
abstract void |
getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
abstract void |
getStd(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
abstract void |
getSum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
|
static AggregateProtos.AggregateService.BlockingInterface |
newBlockingStub(BlockingRpcChannel channel) |
static BlockingService |
newReflectiveBlockingService(AggregateProtos.AggregateService.BlockingInterface impl) |
static Service |
newReflectiveService(AggregateProtos.AggregateService.Interface impl) |
static AggregateProtos.AggregateService.Stub |
newStub(RpcChannel channel) |