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