Package org.apache.hadoop.fs
Class InternalOperations
java.lang.Object
org.apache.hadoop.fs.InternalOperations
This method allows access to Package-scoped operations from classes
in org.apache.hadoop.fs.impl and other file system implementations
in the hadoop modules.
This is absolutely not for used by any other application or library.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrename(FileSystem fs, Path src, Path dst, Options.Rename... options)
-
Constructor Details
-
InternalOperations
public InternalOperations()
-
-
Method Details
-
rename
- Throws:
IOException
-