| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.client | |
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method and Description |
|---|---|
EncryptionZone |
HdfsAdmin.getEncryptionZoneForPath(Path path)
Get the path of the encryption zone for a given file or directory.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<EncryptionZone> |
HdfsAdmin.listEncryptionZones()
Returns a RemoteIterator which can be used to list the encryption zones
in HDFS.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionZone |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto proto) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto |
PBHelper.convert(EncryptionZone zone) |
Copyright © 2018 CERN. All Rights Reserved.