public static interface Encryptionpb.KeyDictionaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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()
已过时。
|
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.
|
int 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 © 2023 PingCAP. All rights reserved.