Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor.example | |
org.apache.hadoop.hbase.coprocessor.example.generated |
Modifier and Type | Method and Description |
---|---|
void |
RowCountEndpoint.getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
Returns a count of all KeyValues in the region where this coprocessor is loaded.
|
void |
RowCountEndpoint.getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
Returns a count of the rows in the region where this coprocessor is loaded.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ExampleProtos.CountResponse> |
ExampleProtos.CountResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ExampleProtos.CountResponse |
ExampleProtos.CountResponse.Builder.build() |
ExampleProtos.CountResponse |
ExampleProtos.CountResponse.Builder.buildPartial() |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.getDefaultInstance() |
ExampleProtos.CountResponse |
ExampleProtos.CountResponse.getDefaultInstanceForType() |
ExampleProtos.CountResponse |
ExampleProtos.CountResponse.Builder.getDefaultInstanceForType() |
ExampleProtos.CountResponse |
ExampleProtos.RowCountService.BlockingInterface.getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request) |
ExampleProtos.CountResponse |
ExampleProtos.RowCountService.BlockingInterface.getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseDelimitedFrom(InputStream input) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(byte[] data) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(com.google.protobuf.ByteString data) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(InputStream input) |
static ExampleProtos.CountResponse |
ExampleProtos.CountResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ExampleProtos.CountResponse> |
ExampleProtos.CountResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ExampleProtos.CountResponse.Builder |
ExampleProtos.CountResponse.Builder.mergeFrom(ExampleProtos.CountResponse other) |
static ExampleProtos.CountResponse.Builder |
ExampleProtos.CountResponse.newBuilder(ExampleProtos.CountResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ExampleProtos.RowCountService.getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getKeyValueCount(.CountRequest) returns (.CountResponse); |
void |
ExampleProtos.RowCountService.Interface.getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getKeyValueCount(.CountRequest) returns (.CountResponse); |
void |
ExampleProtos.RowCountService.Stub.getKeyValueCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done) |
abstract void |
ExampleProtos.RowCountService.getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getRowCount(.CountRequest) returns (.CountResponse); |
void |
ExampleProtos.RowCountService.Interface.getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done)
rpc getRowCount(.CountRequest) returns (.CountResponse); |
void |
ExampleProtos.RowCountService.Stub.getRowCount(com.google.protobuf.RpcController controller,
ExampleProtos.CountRequest request,
com.google.protobuf.RpcCallback<ExampleProtos.CountResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.