| Package | Description | 
|---|---|
| org.apache.hadoop.fs | An abstract file system API. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FilterFileSystem. rename(Path src,
      Path dst,
      Options.Rename... options) | 
| 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. | 
Copyright © 2017 Apache Software Foundation. All Rights Reserved.