MCPcopy Create free account
hub / github.com/apache/orc / getKeyName

Method getKeyName

java/core/src/java/org/apache/orc/EncryptionKey.java:30–30  ·  view source on GitHub ↗

The name of the key. @return the name

()

Source from the content-addressed store, hash-verified

28 * @return the name
29 */
30 String getKeyName();
31
32 /**
33 * The version of the key.

Callers 15

buildKeyVersionNameMethod · 0.65
createLocalKeyMethod · 0.65
decryptLocalKeyMethod · 0.65
testEncryptMergeMethod · 0.65
createLocalKeyMethod · 0.65
decryptLocalKeyMethod · 0.65
sameKeysMethod · 0.65
sameVariantsMethod · 0.65
mergeFilesMethod · 0.65
writeEncryptionKeyMethod · 0.65
setupEncryptionMethod · 0.65

Implementers 2

ReaderEncryptionKeyjava/core/src/java/org/apache/orc/impl
WriterEncryptionKeyjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 2

testEncryptMergeMethod · 0.52