Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.ScanRequest |
RequestConverter.buildScanRequest(byte[] regionName,
Scan scan,
int numberOfRows,
boolean closeScanner)
Create a protocol buffer ScanRequest for a client Scan
|
static ClientProtos.ScanRequest |
RequestConverter.buildScanRequest(long scannerId,
int numberOfRows,
boolean closeScanner)
Create a protocol buffer ScanRequest for a scanner id
|
static ClientProtos.ScanRequest |
RequestConverter.buildScanRequest(long scannerId,
int numberOfRows,
boolean closeScanner,
long nextCallSeq,
boolean renew)
Create a protocol buffer ScanRequest for a scanner id
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.ScanRequest> |
ClientProtos.ScanRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.ScanRequest |
ClientProtos.ScanRequest.Builder.build() |
ClientProtos.ScanRequest |
ClientProtos.ScanRequest.Builder.buildPartial() |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.getDefaultInstance() |
ClientProtos.ScanRequest |
ClientProtos.ScanRequest.getDefaultInstanceForType() |
ClientProtos.ScanRequest |
ClientProtos.ScanRequest.Builder.getDefaultInstanceForType() |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseDelimitedFrom(InputStream input) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(byte[] data) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(InputStream input) |
static ClientProtos.ScanRequest |
ClientProtos.ScanRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.ScanRequest> |
ClientProtos.ScanRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.ScanRequest.Builder |
ClientProtos.ScanRequest.Builder.mergeFrom(ClientProtos.ScanRequest other) |
static ClientProtos.ScanRequest.Builder |
ClientProtos.ScanRequest.newBuilder(ClientProtos.ScanRequest prototype) |
ClientProtos.ScanResponse |
ClientProtos.ClientService.BlockingInterface.scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request) |
abstract void |
ClientProtos.ClientService.scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.ScanRequest) returns (.ScanResponse); |
void |
ClientProtos.ClientService.Interface.scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
rpc Scan(.ScanRequest) returns (.ScanResponse); |
void |
ClientProtos.ClientService.Stub.scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request,
com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done) |
Modifier and Type | Method and Description |
---|---|
ClientProtos.ScanResponse |
RSRpcServices.scan(com.google.protobuf.RpcController controller,
ClientProtos.ScanRequest request)
Scan data in a table.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.