| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Options.Rename |
Options.Rename.valueOf(byte code) |
Returns the enum constant of this type with the specified name.
|
static Options.Rename |
Options.Rename.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Options.Rename[] |
Options.Rename.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractFileSystem.rename(Path src,
Path dst,
Options.Rename... options) |
The specification of this method matches that of
FileContext.rename(Path, Path, Options.Rename...) except that Path
f must be for this file system. |
void |
FileContext.rename(Path src,
Path dst,
Options.Rename... options) |
Renames Path src to Path dst
Fails if src is a file and dst is a directory.
|
protected void |
FileSystem.rename(Path src,
Path dst,
Options.Rename... options) |
Deprecated.
|
static void |
FileUtil.rename(FileSystem srcFs,
Path src,
Path dst,
Options.Rename... options) |
|
protected void |
FilterFileSystem.rename(Path src,
Path dst,
Options.Rename... options) |
|
void |
InternalOperations.rename(FileSystem fs,
Path src,
Path dst,
Options.Rename... options) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.