Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.Builder.build() |
ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.Builder.buildPartial() |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.getDefaultInstance() |
ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.getDefaultInstanceForType() |
ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.Builder.getDefaultInstanceForType() |
ImportSstpb.IngestResponse |
ImportSSTGrpc.ImportSSTBlockingStub.ingest(ImportSstpb.IngestRequest request)
Ingest an uploaded SST file to a region.
|
ImportSstpb.IngestResponse |
ImportSSTGrpc.ImportSSTBlockingStub.multiIngest(ImportSstpb.MultiIngestRequest request)
Ingest Multiple files in one request
|
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseDelimitedFrom(InputStream input) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(byte[] data) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(ByteBuffer data) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(com.google.protobuf.ByteString data) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(InputStream input) |
static ImportSstpb.IngestResponse |
ImportSstpb.IngestResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ImportSstpb.IngestRequest,ImportSstpb.IngestResponse> |
ImportSSTGrpc.getIngestMethod() |
static io.grpc.MethodDescriptor<ImportSstpb.MultiIngestRequest,ImportSstpb.IngestResponse> |
ImportSSTGrpc.getMultiIngestMethod() |
com.google.protobuf.Parser<ImportSstpb.IngestResponse> |
ImportSstpb.IngestResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ImportSstpb.IngestResponse> |
ImportSSTGrpc.ImportSSTFutureStub.ingest(ImportSstpb.IngestRequest request)
Ingest an uploaded SST file to a region.
|
com.google.common.util.concurrent.ListenableFuture<ImportSstpb.IngestResponse> |
ImportSSTGrpc.ImportSSTFutureStub.multiIngest(ImportSstpb.MultiIngestRequest request)
Ingest Multiple files in one request
|
static com.google.protobuf.Parser<ImportSstpb.IngestResponse> |
ImportSstpb.IngestResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.IngestResponse.Builder |
ImportSstpb.IngestResponse.Builder.mergeFrom(ImportSstpb.IngestResponse other) |
static ImportSstpb.IngestResponse.Builder |
ImportSstpb.IngestResponse.newBuilder(ImportSstpb.IngestResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
ImportSSTGrpc.AsyncService.ingest(ImportSstpb.IngestRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.IngestResponse> responseObserver)
Ingest an uploaded SST file to a region.
|
void |
ImportSSTGrpc.ImportSSTStub.ingest(ImportSstpb.IngestRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.IngestResponse> responseObserver)
Ingest an uploaded SST file to a region.
|
default void |
ImportSSTGrpc.AsyncService.multiIngest(ImportSstpb.MultiIngestRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.IngestResponse> responseObserver)
Ingest Multiple files in one request
|
void |
ImportSSTGrpc.ImportSSTStub.multiIngest(ImportSstpb.MultiIngestRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.IngestResponse> responseObserver)
Ingest Multiple files in one request
|
Copyright © 2024 PingCAP. All rights reserved.