Uses of Class
org.apache.parquet.format.FileCryptoMetaData
-
Packages that use FileCryptoMetaData Package Description org.apache.parquet.format -
-
Uses of FileCryptoMetaData in org.apache.parquet.format
Methods in org.apache.parquet.format that return FileCryptoMetaData Modifier and Type Method Description FileCryptoMetaDataFileCryptoMetaData. deepCopy()static FileCryptoMetaDataUtil. readFileCryptoMetaData(InputStream from)FileCryptoMetaDataFileCryptoMetaData. setEncryption_algorithm(EncryptionAlgorithm encryption_algorithm)Encryption algorithm.FileCryptoMetaDataFileCryptoMetaData. setKey_metadata(byte[] key_metadata)Retrieval metadata of key used for encryption of footer, and (possibly) columns *FileCryptoMetaDataFileCryptoMetaData. setKey_metadata(ByteBuffer key_metadata)Methods in org.apache.parquet.format with parameters of type FileCryptoMetaData Modifier and Type Method Description intFileCryptoMetaData. compareTo(FileCryptoMetaData other)booleanFileCryptoMetaData. equals(FileCryptoMetaData that)static voidUtil. writeFileCryptoMetaData(FileCryptoMetaData cryptoMetadata, OutputStream to)Constructors in org.apache.parquet.format with parameters of type FileCryptoMetaData Constructor Description FileCryptoMetaData(FileCryptoMetaData other)Performs a deep copy on other.
-