Uses of Class
org.apache.parquet.format.EncryptionWithFooterKey
-
Packages that use EncryptionWithFooterKey Package Description org.apache.parquet.format -
-
Uses of EncryptionWithFooterKey in org.apache.parquet.format
Methods in org.apache.parquet.format that return EncryptionWithFooterKey Modifier and Type Method Description EncryptionWithFooterKeyEncryptionWithFooterKey. deepCopy()EncryptionWithFooterKeyColumnCryptoMetaData. getENCRYPTION_WITH_FOOTER_KEY()Methods in org.apache.parquet.format with parameters of type EncryptionWithFooterKey Modifier and Type Method Description intEncryptionWithFooterKey. compareTo(EncryptionWithFooterKey other)static ColumnCryptoMetaDataColumnCryptoMetaData. ENCRYPTION_WITH_FOOTER_KEY(EncryptionWithFooterKey value)booleanEncryptionWithFooterKey. equals(EncryptionWithFooterKey that)voidColumnCryptoMetaData. setENCRYPTION_WITH_FOOTER_KEY(EncryptionWithFooterKey value)Constructors in org.apache.parquet.format with parameters of type EncryptionWithFooterKey Constructor Description EncryptionWithFooterKey(EncryptionWithFooterKey other)Performs a deep copy on other.
-