public class EncryptionZoneUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createEncryptionZone(org.apache.hadoop.fs.Path path,
String keyName,
org.apache.hadoop.conf.Configuration conf) |
static org.apache.hadoop.hdfs.protocol.EncryptionZone |
getEncryptionZoneForPath(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
static boolean |
isPathEncrypted(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
public static boolean isPathEncrypted(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic static org.apache.hadoop.hdfs.protocol.EncryptionZone getEncryptionZoneForPath(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic static void createEncryptionZone(org.apache.hadoop.fs.Path path,
String keyName,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.