|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options.Rename | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
Uses of Options.Rename in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return Options.Rename | |
---|---|
static Options.Rename |
Options.Rename.valueOf(byte code)
|
static Options.Rename |
Options.Rename.valueOf(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. |
Methods in org.apache.hadoop.fs with parameters of type Options.Rename | |
---|---|
protected void |
FileSystem.rename(Path src,
Path dst,
Options.Rename... options)
Deprecated. |
void |
FileContext.rename(Path src,
Path dst,
Options.Rename... options)
Renames Path src to Path dst |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |