public class DwrfTableEncryptionProperties extends TableEncryptionProperties
| Modifier and Type | Method and Description |
|---|---|
static DwrfTableEncryptionProperties |
forPerColumn(ColumnEncryptionInformation columnEncryptionInformation,
String encryptionAlgorithm,
String encryptionProvider) |
static DwrfTableEncryptionProperties |
forTable(String encryptTable,
String encryptionAlgorithm,
String encryptionProvider) |
static Optional<DwrfTableEncryptionProperties> |
fromHiveTableProperties(Map<String,String> properties) |
String |
getEncryptionAlgorithm() |
String |
getEncryptionProvider() |
protected Map<String,String> |
getFormatSpecificHiveProperties() |
protected Map<String,Object> |
getFormatSpecificTableProperties() |
getColumnEncryptionInformation, getEncryptTable, isTableEncrypted, toHiveProperties, toTablePropertiespublic String getEncryptionAlgorithm()
public String getEncryptionProvider()
protected Map<String,String> getFormatSpecificHiveProperties()
getFormatSpecificHiveProperties in class TableEncryptionPropertiesprotected Map<String,Object> getFormatSpecificTableProperties()
getFormatSpecificTableProperties in class TableEncryptionPropertiespublic static DwrfTableEncryptionProperties forTable(String encryptTable, String encryptionAlgorithm, String encryptionProvider)
public static DwrfTableEncryptionProperties forPerColumn(ColumnEncryptionInformation columnEncryptionInformation, String encryptionAlgorithm, String encryptionProvider)
public static Optional<DwrfTableEncryptionProperties> fromHiveTableProperties(Map<String,String> properties)
Copyright © 2012–2023. All rights reserved.