| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse |
RSRpcServices.scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request)
Scan data in a table.
|
| Modifier and Type | Method and Description |
|---|---|
static Result[] |
ResponseConverter.getResults(CellScanner cellScanner,
ClientProtos.ScanResponse response)
Create Results from the cells using the cells meta data.
|
static Map<String,Long> |
ResponseConverter.getScanMetrics(ClientProtos.ScanResponse response) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ScanResponse> |
ClientProtos.ScanResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse |
ClientProtos.ScanResponse.Builder.build() |
ClientProtos.ScanResponse |
ClientProtos.ScanResponse.Builder.buildPartial() |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.getDefaultInstance() |
ClientProtos.ScanResponse |
ClientProtos.ScanResponse.getDefaultInstanceForType() |
ClientProtos.ScanResponse |
ClientProtos.ScanResponse.Builder.getDefaultInstanceForType() |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(byte[] data) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(ByteBuffer data) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(InputStream input) |
static ClientProtos.ScanResponse |
ClientProtos.ScanResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.ScanResponse |
ClientProtos.ClientService.BlockingInterface.scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ScanResponse> |
ClientProtos.ScanResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ScanResponse> |
ClientProtos.ScanResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.mergeFrom(ClientProtos.ScanResponse other) |
static ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.newBuilder(ClientProtos.ScanResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ClientProtos.ClientService.scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.hbase.pb.ScanRequest) returns (.hbase.pb.ScanResponse); |
void |
ClientProtos.ClientService.Interface.scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.hbase.pb.ScanRequest) returns (.hbase.pb.ScanResponse); |
void |
ClientProtos.ClientService.Stub.scan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.