Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.Builder.build() |
ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.Builder.buildPartial() |
ImportSstpb.CompactResponse |
ImportSSTGrpc.ImportSSTBlockingStub.compact(ImportSstpb.CompactRequest request)
Compact the specific range for better performance.
|
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.getDefaultInstance() |
ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.getDefaultInstanceForType() |
ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.Builder.getDefaultInstanceForType() |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseDelimitedFrom(InputStream input) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(byte[] data) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(ByteBuffer data) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(com.google.protobuf.ByteString data) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(InputStream input) |
static ImportSstpb.CompactResponse |
ImportSstpb.CompactResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ImportSstpb.CompactResponse> |
ImportSSTGrpc.ImportSSTFutureStub.compact(ImportSstpb.CompactRequest request)
Compact the specific range for better performance.
|
static io.grpc.MethodDescriptor<ImportSstpb.CompactRequest,ImportSstpb.CompactResponse> |
ImportSSTGrpc.getCompactMethod() |
com.google.protobuf.Parser<ImportSstpb.CompactResponse> |
ImportSstpb.CompactResponse.getParserForType() |
static com.google.protobuf.Parser<ImportSstpb.CompactResponse> |
ImportSstpb.CompactResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.CompactResponse.Builder |
ImportSstpb.CompactResponse.Builder.mergeFrom(ImportSstpb.CompactResponse other) |
static ImportSstpb.CompactResponse.Builder |
ImportSstpb.CompactResponse.newBuilder(ImportSstpb.CompactResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
ImportSSTGrpc.AsyncService.compact(ImportSstpb.CompactRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.CompactResponse> responseObserver)
Compact the specific range for better performance.
|
void |
ImportSSTGrpc.ImportSSTStub.compact(ImportSstpb.CompactRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.CompactResponse> responseObserver)
Compact the specific range for better performance.
|
Copyright © 2024 PingCAP. All rights reserved.