Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.Builder.build() |
ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.Builder.buildPartial() |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.getDefaultInstance() |
ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.getDefaultInstanceForType() |
ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.Builder.getDefaultInstanceForType() |
ImportSstpb.SwitchModeRequest |
ImportKvpb.SwitchModeRequestOrBuilder.getRequest()
.import_sstpb.SwitchModeRequest request = 2; |
ImportSstpb.SwitchModeRequest |
ImportKvpb.SwitchModeRequest.getRequest()
.import_sstpb.SwitchModeRequest request = 2; |
ImportSstpb.SwitchModeRequest |
ImportKvpb.SwitchModeRequest.Builder.getRequest()
.import_sstpb.SwitchModeRequest request = 2; |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseDelimitedFrom(InputStream input) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(byte[] data) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(ByteBuffer data) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(com.google.protobuf.ByteString data) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(InputStream input) |
static ImportSstpb.SwitchModeRequest |
ImportSstpb.SwitchModeRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ImportSstpb.SwitchModeRequest> |
ImportSstpb.SwitchModeRequest.getParserForType() |
static io.grpc.MethodDescriptor<ImportSstpb.SwitchModeRequest,ImportSstpb.SwitchModeResponse> |
ImportSSTGrpc.getSwitchModeMethod() |
static com.google.protobuf.Parser<ImportSstpb.SwitchModeRequest> |
ImportSstpb.SwitchModeRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.SwitchModeRequest.Builder |
ImportSstpb.SwitchModeRequest.Builder.mergeFrom(ImportSstpb.SwitchModeRequest other) |
ImportKvpb.SwitchModeRequest.Builder |
ImportKvpb.SwitchModeRequest.Builder.mergeRequest(ImportSstpb.SwitchModeRequest value)
.import_sstpb.SwitchModeRequest request = 2; |
static ImportSstpb.SwitchModeRequest.Builder |
ImportSstpb.SwitchModeRequest.newBuilder(ImportSstpb.SwitchModeRequest prototype) |
ImportKvpb.SwitchModeRequest.Builder |
ImportKvpb.SwitchModeRequest.Builder.setRequest(ImportSstpb.SwitchModeRequest value)
.import_sstpb.SwitchModeRequest request = 2; |
ImportSstpb.SwitchModeResponse |
ImportSSTGrpc.ImportSSTBlockingStub.switchMode(ImportSstpb.SwitchModeRequest request)
Switch to normal/import mode.
|
com.google.common.util.concurrent.ListenableFuture<ImportSstpb.SwitchModeResponse> |
ImportSSTGrpc.ImportSSTFutureStub.switchMode(ImportSstpb.SwitchModeRequest request)
Switch to normal/import mode.
|
default void |
ImportSSTGrpc.AsyncService.switchMode(ImportSstpb.SwitchModeRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.SwitchModeResponse> responseObserver)
Switch to normal/import mode.
|
void |
ImportSSTGrpc.ImportSSTStub.switchMode(ImportSstpb.SwitchModeRequest request,
io.grpc.stub.StreamObserver<ImportSstpb.SwitchModeResponse> responseObserver)
Switch to normal/import mode.
|
Copyright © 2024 PingCAP. All rights reserved.