Uses of Enum Class
org.apache.hadoop.fs.Options.Rename
Packages that use Options.Rename
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
-
Uses of Options.Rename in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return Options.RenameModifier and TypeMethodDescriptionstatic Options.RenameOptions.Rename.valueOf(byte code) Returns the enum constant of this class with the specified name.static Options.RenameReturns the enum constant of this class with the specified name.static Options.Rename[]Options.Rename.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs with parameters of type Options.RenameModifier and TypeMethodDescriptionfinal voidAbstractFileSystem.rename(Path src, Path dst, Options.Rename... options) The specification of this method matches that ofFileContext.rename(Path, Path, Options.Rename...)except that Path f must be for this file system.voidFileContext.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 voidFileSystem.rename(Path src, Path dst, Options.Rename... options) Deprecated.static voidFileUtil.rename(FileSystem srcFs, Path src, Path dst, Options.Rename... options) protected voidFilterFileSystem.rename(Path src, Path dst, Options.Rename... options) -
Uses of Options.Rename in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl with parameters of type Options.RenameModifier and TypeMethodDescriptionvoidAdlFileSystem.rename(Path src, Path dst, Options.Rename... options) Deprecated.