Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
FileCryptoMetaData |
FileCryptoMetaData.deepCopy() |
FileCryptoMetaData |
FileCryptoMetaData.setEncryption_algorithm(EncryptionAlgorithm encryption_algorithm)
Encryption algorithm.
|
FileCryptoMetaData |
FileCryptoMetaData.setKey_metadata(byte[] key_metadata)
Retrieval metadata of key used for encryption of footer,
and (possibly) columns *
|
FileCryptoMetaData |
FileCryptoMetaData.setKey_metadata(ByteBuffer key_metadata) |
Modifier and Type | Method and Description |
---|---|
int |
FileCryptoMetaData.compareTo(FileCryptoMetaData other) |
boolean |
FileCryptoMetaData.equals(FileCryptoMetaData that) |
Constructor and Description |
---|
FileCryptoMetaData(FileCryptoMetaData other)
Performs a deep copy on other.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.