public static interface Brpb.BackupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCf()
string cf = 11; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 11; |
Brpb.CipherInfo |
getCipherInfo()
The cipher_info is Used to encrypt sst
|
Brpb.CipherInfoOrBuilder |
getCipherInfoOrBuilder()
The cipher_info is Used to encrypt sst
|
long |
getClusterId()
uint64 cluster_id = 1; |
int |
getCompressionLevel()
sst compression level, some algorithms support negative compression levels
|
Brpb.CompressionType |
getCompressionType()
algorithm used for compress sst files
|
int |
getCompressionTypeValue()
algorithm used for compress sst files
|
int |
getConcurrency()
The concurrency for executing the backup request in every tikv node.
|
Kvrpcpb.APIVersion |
getDstApiVersion()
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
int |
getDstApiVersionValue()
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 3; |
long |
getEndVersion()
uint64 end_version = 5; |
boolean |
getIsRawKv()
If raw kv mode is enabled, `start_version` and `end_version` will be ignored, and `cf`
specifies which cf to backup.
|
long |
getRateLimit()
The I/O rate limit for backup request.
|
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 2; |
long |
getStartVersion()
uint64 start_version = 4; |
Brpb.StorageBackend |
getStorageBackend()
.backup.StorageBackend storage_backend = 9; |
Brpb.StorageBackendOrBuilder |
getStorageBackendOrBuilder()
.backup.StorageBackend storage_backend = 9; |
boolean |
hasCipherInfo()
The cipher_info is Used to encrypt sst
|
boolean |
hasStorageBackend()
.backup.StorageBackend storage_backend = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getClusterId()
uint64 cluster_id = 1;com.google.protobuf.ByteString getStartKey()
bytes start_key = 2;com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;long getStartVersion()
uint64 start_version = 4;long getEndVersion()
uint64 end_version = 5;long getRateLimit()
The I/O rate limit for backup request.
uint64 rate_limit = 7;int getConcurrency()
The concurrency for executing the backup request in every tikv node.
uint32 concurrency = 8;boolean hasStorageBackend()
.backup.StorageBackend storage_backend = 9;Brpb.StorageBackend getStorageBackend()
.backup.StorageBackend storage_backend = 9;Brpb.StorageBackendOrBuilder getStorageBackendOrBuilder()
.backup.StorageBackend storage_backend = 9;boolean getIsRawKv()
If raw kv mode is enabled, `start_version` and `end_version` will be ignored, and `cf` specifies which cf to backup.
bool is_raw_kv = 10;String getCf()
string cf = 11;com.google.protobuf.ByteString getCfBytes()
string cf = 11;int getCompressionTypeValue()
algorithm used for compress sst files
.backup.CompressionType compression_type = 12;Brpb.CompressionType getCompressionType()
algorithm used for compress sst files
.backup.CompressionType compression_type = 12;int getCompressionLevel()
sst compression level, some algorithms support negative compression levels
int32 compression_level = 13;boolean hasCipherInfo()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14;Brpb.CipherInfo getCipherInfo()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14;Brpb.CipherInfoOrBuilder getCipherInfoOrBuilder()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14;int getDstApiVersionValue()
dst_api_version indicates the key-value encoding version used by the
generated SST file. Accepted values:
1. "v1": the generated SST files are encoded with api-v1, can be restored
to TiKV clusters whose api version is set to v1.
2. "v2": the generated SST files are encoded with api-v2, can be restored
to TiKV clusters whose api version is set to v2.
.kvrpcpb.APIVersion dst_api_version = 15;Kvrpcpb.APIVersion getDstApiVersion()
dst_api_version indicates the key-value encoding version used by the
generated SST file. Accepted values:
1. "v1": the generated SST files are encoded with api-v1, can be restored
to TiKV clusters whose api version is set to v1.
2. "v2": the generated SST files are encoded with api-v2, can be restored
to TiKV clusters whose api version is set to v2.
.kvrpcpb.APIVersion dst_api_version = 15;Copyright © 2025 PingCAP. All rights reserved.