Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
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) |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.