Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.web | |
org.apache.hadoop.hdfs.web.resources |
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 |
---|---|
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. |
void |
FileContext.rename(Path src,
Path dst,
Options.Rename... options)
Renames Path src to Path dst
|
protected void |
FileSystem.rename(Path src,
Path dst,
Options.Rename... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedFileSystem.rename(Path src,
Path dst,
Options.Rename... options)
This rename operation is guaranteed to be atomic.
|
void |
DFSClient.rename(String src,
String dst,
Options.Rename... options)
Rename file or directory.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientProtocol.rename2(String src,
String dst,
Options.Rename... options)
Rename src to dst.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientNamenodeProtocolTranslatorPB.rename2(String src,
String dst,
Options.Rename... options) |
Modifier and Type | Method and Description |
---|---|
void |
WebHdfsFileSystem.rename(Path src,
Path dst,
Options.Rename... options) |
Constructor and Description |
---|
RenameOptionSetParam(Options.Rename... options)
Constructor.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.