| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor | |
| org.apache.hadoop.hbase.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateImplementation.getAvg(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives a Pair with first object as Sum and second object as row count,
computed for a given combination of column qualifier and column family in
the given row range as defined in the Scan object.
|
void |
AggregateImplementation.getMax(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives the maximum for a given combination of column qualifier and column
family, in the given row range as defined in the Scan object.
|
void |
AggregateImplementation.getMedian(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives a List containing sum of values and sum of weights.
|
void |
AggregateImplementation.getMin(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives the minimum for a given combination of column qualifier and column
family, in the given row range as defined in the Scan object.
|
void |
AggregateImplementation.getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives the row count for the given column family and column qualifier, in
the given row range as defined in the Scan object.
|
void |
AggregateImplementation.getStd(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives a Pair with first object a List containing Sum and sum of squares,
and the second object as row count.
|
void |
AggregateImplementation.getSum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
Gives the sum for a given combination of column qualifier and column
family, in the given row range as defined in the Scan object.
|
| Modifier and Type | Field and Description |
|---|---|
static Parser<AggregateProtos.AggregateRequest> |
AggregateProtos.AggregateRequest.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Parser<AggregateProtos.AggregateRequest> |
AggregateProtos.AggregateRequest.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getAvg(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getAvg(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getAvg(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getAvg(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMax(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getMax(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getMax(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getMax(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMedian(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getMedian(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getMedian(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getMedian(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMin(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getMin(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getMin(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getMin(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getRowNum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getStd(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getStd(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getStd(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getStd(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getSum(RpcController controller,
AggregateProtos.AggregateRequest request) |
abstract void |
AggregateProtos.AggregateService.getSum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Interface.getSum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse); |
void |
AggregateProtos.AggregateService.Stub.getSum(RpcController controller,
AggregateProtos.AggregateRequest request,
RpcCallback<AggregateProtos.AggregateResponse> done) |
AggregateProtos.AggregateRequest.Builder |
AggregateProtos.AggregateRequest.Builder.mergeFrom(AggregateProtos.AggregateRequest other) |
static AggregateProtos.AggregateRequest.Builder |
AggregateProtos.AggregateRequest.newBuilder(AggregateProtos.AggregateRequest prototype) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.