Uses of Class
org.apache.parquet.crypto.FileDecryptionProperties
-
Packages that use FileDecryptionProperties Package Description org.apache.parquet org.apache.parquet.crypto org.apache.parquet.crypto.keytools org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of FileDecryptionProperties in org.apache.parquet
Fields in org.apache.parquet declared as FileDecryptionProperties Modifier and Type Field Description protected FileDecryptionPropertiesParquetReadOptions.Builder. fileDecryptionPropertiesMethods in org.apache.parquet that return FileDecryptionProperties Modifier and Type Method Description FileDecryptionPropertiesParquetReadOptions. getDecryptionProperties()Methods in org.apache.parquet with parameters of type FileDecryptionProperties Modifier and Type Method Description ParquetReadOptions.BuilderParquetReadOptions.Builder. withDecryption(FileDecryptionProperties fileDecryptionProperties) -
Uses of FileDecryptionProperties in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that return FileDecryptionProperties Modifier and Type Method Description FileDecryptionPropertiesFileDecryptionProperties.Builder. build()FileDecryptionPropertiesInternalFileDecryptor. getDecryptionProperties()FileDecryptionPropertiesDecryptionPropertiesFactory. getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.hadoop.fs.Path filePath)Get FileDecryptionProperties object which is created by the implementation of this interface.Constructors in org.apache.parquet.crypto with parameters of type FileDecryptionProperties Constructor Description InternalFileDecryptor(FileDecryptionProperties fileDecryptionProperties) -
Uses of FileDecryptionProperties in org.apache.parquet.crypto.keytools
Methods in org.apache.parquet.crypto.keytools that return FileDecryptionProperties Modifier and Type Method Description FileDecryptionPropertiesPropertiesDrivenCryptoFactory. getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.hadoop.fs.Path filePath) -
Uses of FileDecryptionProperties in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop with parameters of type FileDecryptionProperties Modifier and Type Method Description ParquetReader.Builder<T>ParquetReader.Builder. withDecryption(FileDecryptionProperties fileDecryptionProperties)
-