| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected FileDecryptionProperties |
ParquetReadOptions.Builder.fileDecryptionProperties |
| Modifier and Type | Method and Description |
|---|---|
FileDecryptionProperties |
ParquetReadOptions.getDecryptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
ParquetReadOptions.Builder |
ParquetReadOptions.Builder.withDecryption(FileDecryptionProperties fileDecryptionProperties) |
| Modifier and Type | Method and Description |
|---|---|
FileDecryptionProperties |
FileDecryptionProperties.Builder.build() |
FileDecryptionProperties |
InternalFileDecryptor.getDecryptionProperties() |
FileDecryptionProperties |
DecryptionPropertiesFactory.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.
|
| Constructor and Description |
|---|
InternalFileDecryptor(FileDecryptionProperties fileDecryptionProperties) |
| Modifier and Type | Method and Description |
|---|---|
FileDecryptionProperties |
PropertiesDrivenCryptoFactory.getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig,
org.apache.hadoop.fs.Path filePath) |
| Modifier and Type | Method and Description |
|---|---|
ParquetReader.Builder<T> |
ParquetReader.Builder.withDecryption(FileDecryptionProperties fileDecryptionProperties) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.