|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregateProtos.AggregateArgument | |
---|---|
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.protobuf.generated |
Uses of AggregateProtos.AggregateArgument in org.apache.hadoop.hbase.coprocessor |
---|
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type AggregateProtos.AggregateArgument | |
---|---|
void |
AggregateImplementation.getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Gives a List containing sum of values and sum of weights. |
void |
AggregateImplementation.getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.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. |
Uses of AggregateProtos.AggregateArgument in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return AggregateProtos.AggregateArgument | |
---|---|
AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.Builder.build()
|
AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.Builder.buildPartial()
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.getDefaultInstance()
|
AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.getDefaultInstanceForType()
|
AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.Builder.getDefaultInstanceForType()
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseDelimitedFrom(InputStream input)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(byte[] data)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(com.google.protobuf.ByteString data)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(com.google.protobuf.CodedInputStream input)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(InputStream input)
|
static AggregateProtos.AggregateArgument |
AggregateProtos.AggregateArgument.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AggregateProtos.AggregateArgument | |
---|---|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getAvg(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getMax(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getMedian(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getMin(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getRowNum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getStd(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateResponse |
AggregateProtos.AggregateService.BlockingInterface.getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request)
|
abstract void |
AggregateProtos.AggregateService.getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Interface.getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
void |
AggregateProtos.AggregateService.Stub.getSum(com.google.protobuf.RpcController controller,
AggregateProtos.AggregateArgument request,
com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
|
AggregateProtos.AggregateArgument.Builder |
AggregateProtos.AggregateArgument.Builder.mergeFrom(AggregateProtos.AggregateArgument other)
|
static AggregateProtos.AggregateArgument.Builder |
AggregateProtos.AggregateArgument.newBuilder(AggregateProtos.AggregateArgument prototype)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |