Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
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
|
Brpb.CipherInfo |
Brpb.BackupRequest.getCipherInfo()
The cipher_info is Used to encrypt sst
|
Brpb.CipherInfo |
Brpb.BackupRequest.Builder.getCipherInfo()
The cipher_info is Used to encrypt sst
|
Brpb.CipherInfo |
ImportSstpb.DownloadRequestOrBuilder.getCipherInfo()
cipher_info is used to decrypt sst when download sst
|
Brpb.CipherInfo |
ImportSstpb.DownloadRequest.getCipherInfo()
cipher_info is used to decrypt sst when download sst
|
Brpb.CipherInfo |
ImportSstpb.DownloadRequest.Builder.getCipherInfo()
cipher_info is used to decrypt sst when download sst
|
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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Brpb.CipherInfo> |
Brpb.CipherInfo.getParserForType() |
static com.google.protobuf.Parser<Brpb.CipherInfo> |
Brpb.CipherInfo.parser() |
Modifier and Type | Method and Description |
---|---|
Brpb.BackupRequest.Builder |
Brpb.BackupRequest.Builder.mergeCipherInfo(Brpb.CipherInfo value)
The cipher_info is Used to encrypt sst
|
ImportSstpb.DownloadRequest.Builder |
ImportSstpb.DownloadRequest.Builder.mergeCipherInfo(Brpb.CipherInfo value)
cipher_info is used to decrypt sst when download sst
|
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
|
ImportSstpb.DownloadRequest.Builder |
ImportSstpb.DownloadRequest.Builder.setCipherInfo(Brpb.CipherInfo value)
cipher_info is used to decrypt sst when download sst
|
Copyright © 2024 PingCAP. All rights reserved.