Package | Description |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
EncryptionZone |
HdfsAdmin.getEncryptionZoneForPath(org.apache.hadoop.fs.Path path)
Get the path of the encryption zone for a given file or directory.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.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 |
PBHelperClient.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 |
PBHelperClient.convert(EncryptionZone zone) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.