public abstract class TableEncryptionProperties extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TableEncryptionProperties(Optional<String> encryptTable,
Optional<ColumnEncryptionInformation> columnEncryptionInformation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ColumnEncryptionInformation> |
getColumnEncryptionInformation() |
Optional<String> |
getEncryptTable() |
protected Map<String,String> |
getFormatSpecificHiveProperties() |
protected Map<String,Object> |
getFormatSpecificTableProperties() |
static boolean |
isTableEncrypted(Map<String,String> tableProperties) |
Map<String,String> |
toHiveProperties() |
Map<String,Object> |
toTableProperties() |
protected TableEncryptionProperties(Optional<String> encryptTable, Optional<ColumnEncryptionInformation> columnEncryptionInformation)
public Optional<ColumnEncryptionInformation> getColumnEncryptionInformation()
Copyright © 2012–2023. All rights reserved.