| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method | Description |
|---|---|---|
EncryptionZone |
DFSClient.getEZForPath(java.lang.String src) |
|
EncryptionZone |
DistributedFileSystem.getEZForPath(org.apache.hadoop.fs.Path path) |
|
EncryptionZone |
ViewDistributedFileSystem.getEZForPath(org.apache.hadoop.fs.Path path) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<EncryptionZone> |
DFSClient.listEncryptionZones() |
|
org.apache.hadoop.fs.RemoteIterator<EncryptionZone> |
DistributedFileSystem.listEncryptionZones() |
|
org.apache.hadoop.fs.RemoteIterator<EncryptionZone> |
ViewDistributedFileSystem.listEncryptionZones() |
Returns the results from default DFS (fallback).
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
DFSUtilClient.getEZTrashRoot(EncryptionZone ez,
org.apache.hadoop.security.UserGroupInformation ugi) |
Returns trash root in encryption zone.
|
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|---|
EncryptionZone |
ClientProtocol.getEZForPath(java.lang.String src) |
Get the encryption zone for a path.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone> |
ClientProtocol.listEncryptionZones(long prevId) |
Used to implement cursor-based batched listing of
EncryptionZones. |
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone> |
EncryptionZoneIterator.makeRequest(java.lang.Long prevId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
EncryptionZoneIterator.elementToPrevKey(EncryptionZone entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static EncryptionZone |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto proto) |
|
EncryptionZone |
ClientNamenodeProtocolTranslatorPB.getEZForPath(java.lang.String src) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone> |
ClientNamenodeProtocolTranslatorPB.listEncryptionZones(long id) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto |
PBHelperClient.convert(EncryptionZone zone) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.