|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| org.apache.hadoop.conf | Configuration of system parameters. |
| org.apache.hadoop.fs | |
| org.apache.hadoop.util | Common utilities. |
| Uses of Path in org.apache.hadoop.conf |
|---|
| Methods in org.apache.hadoop.conf that return Path | |
|---|---|
Path |
Configuration.getLocalPath(String dirsProp,
String path)
Returns a local file under a directory named in dirsProp with the given path. |
| Methods in org.apache.hadoop.conf with parameters of type Path | |
|---|---|
void |
Configuration.addDefaultResource(Path file)
Add a default resource. |
void |
Configuration.addFinalResource(Path file)
Add a final resource. |
| Uses of Path in org.apache.hadoop.fs |
|---|
| Methods in org.apache.hadoop.fs that return Path | |
|---|---|
Path |
Path.getParent()
Returns the parent of a path or null if at root. |
Path |
Path.suffix(String suffix)
Adds a suffix to the final name in the path. |
| Constructors in org.apache.hadoop.fs with parameters of type Path | |
|---|---|
Path(Path parent,
Path child)
Resolve a child path against a parent path. |
|
Path(Path parent,
String child)
Resolve a child path against a parent path. |
|
Path(String parent,
Path child)
Resolve a child path against a parent path. |
|
| Uses of Path in org.apache.hadoop.util |
|---|
| Methods in org.apache.hadoop.util that return Path | |
|---|---|
static Path[] |
StringUtils.stringToPath(String[] str)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||