Uses of Class
org.apache.hadoop.fs.Options.Rename

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
 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.
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
  •  



    Copyright © 2013 Apache Software Foundation. All Rights Reserved.