public static interface Encryptionpb.KeyDictionaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKeys(long key)
A map of key ID to dat key.
|
long |
getCurrentKeyId()
ID of a key currently in use.
|
Map<Long,Encryptionpb.DataKey> |
getKeys()
Deprecated.
|
int |
getKeysCount()
A map of key ID to dat key.
|
Map<Long,Encryptionpb.DataKey> |
getKeysMap()
A map of key ID to dat key.
|
Encryptionpb.DataKey |
getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
getKeysOrThrow(long key)
A map of key ID to dat key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKeysCount()
A map of key ID to dat key.
map<uint64, .encryptionpb.DataKey> keys = 1;boolean containsKeys(long key)
A map of key ID to dat key.
map<uint64, .encryptionpb.DataKey> keys = 1;@Deprecated Map<Long,Encryptionpb.DataKey> getKeys()
getKeysMap() instead.Map<Long,Encryptionpb.DataKey> getKeysMap()
A map of key ID to dat key.
map<uint64, .encryptionpb.DataKey> keys = 1;Encryptionpb.DataKey getKeysOrDefault(long key, Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
map<uint64, .encryptionpb.DataKey> keys = 1;Encryptionpb.DataKey getKeysOrThrow(long key)
A map of key ID to dat key.
map<uint64, .encryptionpb.DataKey> keys = 1;long getCurrentKeyId()
ID of a key currently in use.
uint64 current_key_id = 2;Copyright © 2025 PingCAP. All rights reserved.