Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Encryptionpb.DataKey |
Encryptionpb.DataKey.Builder.build() |
Encryptionpb.DataKey |
Encryptionpb.DataKey.Builder.buildPartial() |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.getDefaultInstance() |
Encryptionpb.DataKey |
Encryptionpb.DataKey.getDefaultInstanceForType() |
Encryptionpb.DataKey |
Encryptionpb.DataKey.Builder.getDefaultInstanceForType() |
Encryptionpb.DataKey |
Encryptionpb.KeyDictionaryOrBuilder.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.Builder.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionaryOrBuilder.getKeysOrThrow(long key)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.getKeysOrThrow(long key)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.Builder.getKeysOrThrow(long key)
A map of key ID to dat key.
|
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseDelimitedFrom(InputStream input) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(byte[] data) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(ByteBuffer data) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(com.google.protobuf.ByteString data) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(InputStream input) |
static Encryptionpb.DataKey |
Encryptionpb.DataKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionaryOrBuilder.getKeys()
Deprecated.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionary.getKeys()
Deprecated.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionary.Builder.getKeys()
Deprecated.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionaryOrBuilder.getKeysMap()
A map of key ID to dat key.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionary.getKeysMap()
A map of key ID to dat key.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionary.Builder.getKeysMap()
A map of key ID to dat key.
|
Map<Long,Encryptionpb.DataKey> |
Encryptionpb.KeyDictionary.Builder.getMutableKeys()
Deprecated.
|
com.google.protobuf.Parser<Encryptionpb.DataKey> |
Encryptionpb.DataKey.getParserForType() |
static com.google.protobuf.Parser<Encryptionpb.DataKey> |
Encryptionpb.DataKey.parser() |
Modifier and Type | Method and Description |
---|---|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionaryOrBuilder.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey |
Encryptionpb.KeyDictionary.Builder.getKeysOrDefault(long key,
Encryptionpb.DataKey defaultValue)
A map of key ID to dat key.
|
Encryptionpb.DataKey.Builder |
Encryptionpb.DataKey.Builder.mergeFrom(Encryptionpb.DataKey other) |
static Encryptionpb.DataKey.Builder |
Encryptionpb.DataKey.newBuilder(Encryptionpb.DataKey prototype) |
Encryptionpb.KeyDictionary.Builder |
Encryptionpb.KeyDictionary.Builder.putKeys(long key,
Encryptionpb.DataKey value)
A map of key ID to dat key.
|
Modifier and Type | Method and Description |
---|---|
Encryptionpb.KeyDictionary.Builder |
Encryptionpb.KeyDictionary.Builder.putAllKeys(Map<Long,Encryptionpb.DataKey> values)
A map of key ID to dat key.
|
Copyright © 2024 PingCAP. All rights reserved.