Uses of Class
org.apache.hadoop.hdfs.server.namenode.FSDirectory
Packages that use FSDirectory
Package
Description
A distributed implementation of
FileSystem.-
Uses of FSDirectory in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type FSDirectoryModifier and TypeMethodDescriptionstatic voidDFSUtil.checkProtectedDescendants(FSDirectory fsd, INodesInPath iip) Throw if the given directory has any non-empty protected descendants (including itself). -
Uses of FSDirectory in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FSDirectoryModifier and TypeMethodDescriptionFSNamesystem.getFSDirectory()FSTreeTraverser.getFSDirectory()Namesystem.getFSDirectory()FSImageFormat.Loader.getFSDirectoryInLoading()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSDirectoryModifier and TypeMethodDescriptionvoidFSNamesystem.setFSDirectory(FSDirectory dir) Set the FSDirectory.static INodeFSDirXAttrOp.unprotectedSetXAttrs(FSDirectory fsd, INodesInPath iip, List<org.apache.hadoop.fs.XAttr> xAttrs, EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type FSDirectoryModifierConstructorDescriptionContentSummaryComputationContext(FSDirectory dir, FSNamesystem fsn, long limitPerRun, long sleepMicroSec) ConstructorContentSummaryComputationContext(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) -
Uses of FSDirectory in org.apache.hadoop.hdfs.server.namenode.snapshot
Constructors in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type FSDirectoryModifierConstructorDescriptionSnapshotManager(org.apache.hadoop.conf.Configuration conf, FSDirectory fsdir)