Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.Builder.build() |
ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.Builder.buildPartial() |
ImportSstpb.DownloadResponse |
ImportSSTGrpc.ImportSSTBlockingStub.download(ImportSstpb.DownloadRequest request)
Download an SST file from an external storage, and performs key-rewrite
after downloading.
|
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.getDefaultInstance() |
ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.getDefaultInstanceForType() |
ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.Builder.getDefaultInstanceForType() |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseDelimitedFrom(InputStream input) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(byte[] data) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(ByteBuffer data) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(com.google.protobuf.ByteString data) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(InputStream input) |
static ImportSstpb.DownloadResponse |
ImportSstpb.DownloadResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ImportSstpb.DownloadResponse> |
ImportSSTGrpc.ImportSSTFutureStub.download(ImportSstpb.DownloadRequest request)
Download an SST file from an external storage, and performs key-rewrite
after downloading.
|
static io.grpc.MethodDescriptor<ImportSstpb.DownloadRequest,ImportSstpb.DownloadResponse> |
ImportSSTGrpc.getDownloadMethod() |
com.google.protobuf.Parser<ImportSstpb.DownloadResponse> |
ImportSstpb.DownloadResponse.getParserForType() |
static com.google.protobuf.Parser<ImportSstpb.DownloadResponse> |
ImportSstpb.DownloadResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.DownloadResponse.Builder |
ImportSstpb.DownloadResponse.Builder.mergeFrom(ImportSstpb.DownloadResponse other) |
static ImportSstpb.DownloadResponse.Builder |
ImportSstpb.DownloadResponse.newBuilder(ImportSstpb.DownloadResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
ImportSSTGrpc.AsyncService.download(ImportSstpb.DownloadRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.DownloadResponse> responseObserver)
Download an SST file from an external storage, and performs key-rewrite
after downloading.
|
void |
ImportSSTGrpc.ImportSSTStub.download(ImportSstpb.DownloadRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.DownloadResponse> responseObserver)
Download an SST file from an external storage, and performs key-rewrite
after downloading.
|
Copyright © 2024 PingCAP. All rights reserved.