| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
DFSUtil.checkProtectedDescendants(FSDirectory fsd,
INodesInPath iip) |
Throw if the given directory has any non-empty protected descendants
(including itself).
|
| Modifier and Type | Method | Description |
|---|---|---|
FSDirectory |
FSNamesystem.getFSDirectory() |
|
FSDirectory |
FSTreeTraverser.getFSDirectory() |
|
FSDirectory |
Namesystem.getFSDirectory() |
|
FSDirectory |
FSImageFormat.Loader.getFSDirectoryInLoading() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FSNamesystem.setFSDirectory(FSDirectory dir) |
Set the FSDirectory.
|
static INode |
FSDirXAttrOp.unprotectedSetXAttrs(FSDirectory fsd,
INodesInPath iip,
java.util.List<org.apache.hadoop.fs.XAttr> xAttrs,
java.util.EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag) |
| Constructor | Description |
|---|---|
ContentSummaryComputationContext(FSDirectory dir,
FSNamesystem fsn,
long limitPerRun,
long sleepMicroSec) |
Constructor
|
ContentSummaryComputationContext(FSDirectory dir,
FSNamesystem fsn,
long limitPerRun,
long sleepMicroSec,
FSPermissionChecker pc) |
|
EncryptionZoneManager(FSDirectory dir,
org.apache.hadoop.conf.Configuration conf) |
Construct a new EncryptionZoneManager.
|
FSTreeTraverser(FSDirectory dir,
org.apache.hadoop.conf.Configuration conf) |
| Constructor | Description |
|---|---|
SnapshotManager(org.apache.hadoop.conf.Configuration conf,
FSDirectory fsdir) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.