| 程序包 | 说明 |
|---|---|
| org.tikv.kvproto |
| 限定符和类型 | 方法和说明 |
|---|---|
Brpb.CipherInfo |
Brpb.CipherInfo.Builder.build() |
Brpb.CipherInfo |
Brpb.CipherInfo.Builder.buildPartial() |
Brpb.CipherInfo |
Brpb.BackupRequestOrBuilder.getCipherInfo()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14; |
Brpb.CipherInfo |
Brpb.BackupRequest.getCipherInfo()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14; |
Brpb.CipherInfo |
Brpb.BackupRequest.Builder.getCipherInfo()
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14; |
Brpb.CipherInfo |
ImportSstpb.DownloadRequestOrBuilder.getCipherInfo()
cipher_info is used to decrypt sst when download sst
.backup.CipherInfo cipher_info = 16; |
Brpb.CipherInfo |
ImportSstpb.DownloadRequest.getCipherInfo()
cipher_info is used to decrypt sst when download sst
.backup.CipherInfo cipher_info = 16; |
Brpb.CipherInfo |
ImportSstpb.DownloadRequest.Builder.getCipherInfo()
cipher_info is used to decrypt sst when download sst
.backup.CipherInfo cipher_info = 16; |
static Brpb.CipherInfo |
Brpb.CipherInfo.getDefaultInstance() |
Brpb.CipherInfo |
Brpb.CipherInfo.getDefaultInstanceForType() |
Brpb.CipherInfo |
Brpb.CipherInfo.Builder.getDefaultInstanceForType() |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseDelimitedFrom(InputStream input) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(byte[] data) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(ByteBuffer data) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(com.google.protobuf.ByteString data) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(InputStream input) |
static Brpb.CipherInfo |
Brpb.CipherInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Brpb.CipherInfo> |
Brpb.CipherInfo.getParserForType() |
static com.google.protobuf.Parser<Brpb.CipherInfo> |
Brpb.CipherInfo.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Brpb.BackupRequest.Builder |
Brpb.BackupRequest.Builder.mergeCipherInfo(Brpb.CipherInfo value)
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14; |
ImportSstpb.DownloadRequest.Builder |
ImportSstpb.DownloadRequest.Builder.mergeCipherInfo(Brpb.CipherInfo value)
cipher_info is used to decrypt sst when download sst
.backup.CipherInfo cipher_info = 16; |
Brpb.CipherInfo.Builder |
Brpb.CipherInfo.Builder.mergeFrom(Brpb.CipherInfo other) |
static Brpb.CipherInfo.Builder |
Brpb.CipherInfo.newBuilder(Brpb.CipherInfo prototype) |
Brpb.BackupRequest.Builder |
Brpb.BackupRequest.Builder.setCipherInfo(Brpb.CipherInfo value)
The cipher_info is Used to encrypt sst
.backup.CipherInfo cipher_info = 14; |
ImportSstpb.DownloadRequest.Builder |
ImportSstpb.DownloadRequest.Builder.setCipherInfo(Brpb.CipherInfo value)
cipher_info is used to decrypt sst when download sst
.backup.CipherInfo cipher_info = 16; |
Copyright © 2023 PingCAP. All rights reserved.