Uses of Enum Class
org.apache.hadoop.hdfs.server.namenode.FSDirectory.DirOp
Packages that use FSDirectory.DirOp
-
Uses of FSDirectory.DirOp in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FSDirectory.DirOpModifier and TypeMethodDescriptionstatic FSDirectory.DirOpReturns the enum constant of this class with the specified name.static FSDirectory.DirOp[]FSDirectory.DirOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSDirectory.DirOpModifier and TypeMethodDescriptionFSDirectory.getINode(String src, FSDirectory.DirOp dirOp) GetINodeassociated with the file / directory.FSDirectory.getINodesInPath(byte[][] components, FSDirectory.DirOp dirOp) FSDirectory.getINodesInPath(String src, FSDirectory.DirOp dirOp) Resolves the given path into inodes.FSDirectory.resolvePath(FSPermissionChecker pc, String src, FSDirectory.DirOp dirOp) Resolves a given path into an INodesInPath.