| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
static FSDirectory.DirOp |
FSDirectory.DirOp.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FSDirectory.DirOp[] |
FSDirectory.DirOp.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
INode |
FSDirectory.getINode(java.lang.String src,
FSDirectory.DirOp dirOp) |
Get
INode associated with the file / directory. |
INodesInPath |
FSDirectory.getINodesInPath(byte[][] components,
FSDirectory.DirOp dirOp) |
|
INodesInPath |
FSDirectory.getINodesInPath(java.lang.String src,
FSDirectory.DirOp dirOp) |
Resolves the given path into inodes.
|
INodesInPath |
FSDirectory.resolvePath(FSPermissionChecker pc,
java.lang.String src,
FSDirectory.DirOp dirOp) |
Resolves a given path into an INodesInPath.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.