| Package | Description |
|---|---|
| org.apache.parquet.crypto |
| Modifier and Type | Method and Description |
|---|---|
static ParquetCipher |
ParquetCipher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetCipher[] |
ParquetCipher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileEncryptionProperties.Builder |
FileEncryptionProperties.Builder.withAlgorithm(ParquetCipher parquetCipher)
Set encryption algorithm.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.