Package | Description |
---|---|
org.tikv.common.importer | |
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
void |
ImporterStoreClient.switchMode(ImportSstpb.SwitchMode mode) |
Modifier and Type | Method and Description |
---|---|
static ImportSstpb.SwitchMode |
ImportSstpb.SwitchMode.forNumber(int value) |
ImportSstpb.SwitchMode |
ImportSstpb.SwitchModeRequestOrBuilder.getMode()
.import_sstpb.SwitchMode mode = 1; |
ImportSstpb.SwitchMode |
ImportSstpb.SwitchModeRequest.getMode()
.import_sstpb.SwitchMode mode = 1; |
ImportSstpb.SwitchMode |
ImportSstpb.SwitchModeRequest.Builder.getMode()
.import_sstpb.SwitchMode mode = 1; |
static ImportSstpb.SwitchMode |
ImportSstpb.SwitchMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportSstpb.SwitchMode |
ImportSstpb.SwitchMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportSstpb.SwitchMode |
ImportSstpb.SwitchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportSstpb.SwitchMode[] |
ImportSstpb.SwitchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ImportSstpb.SwitchMode> |
ImportSstpb.SwitchMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ImportSstpb.SwitchModeRequest.Builder |
ImportSstpb.SwitchModeRequest.Builder.setMode(ImportSstpb.SwitchMode value)
.import_sstpb.SwitchMode mode = 1; |
Copyright © 2024 PingCAP. All rights reserved.