|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.conf.Configured
org.apache.hadoop.fs.FileSystem
org.apache.hadoop.fs.RawLocalFileSystem
public class RawLocalFileSystem
Implement the FileSystem API for the raw local filesystem.
Field Summary |
---|
Fields inherited from class org.apache.hadoop.fs.FileSystem |
---|
LOG |
Constructor Summary | |
---|---|
RawLocalFileSystem()
|
Method Summary | |
---|---|
void |
close()
No more filesystem operations are needed. |
void |
completeLocalOutput(Path fsWorkingFile,
Path tmpLocalFile)
Called when we're all done writing to the target. |
FSDataOutputStream |
create(Path f,
boolean overwrite,
int bufferSize,
short replication,
long blockSize,
Progressable progress)
Opens an FSDataOutputStream at the indicated Path with write-progress reporting. |
boolean |
delete(Path p)
Delete a file |
boolean |
exists(Path f)
Check if exists. |
FileStatus |
getFileStatus(Path f)
|
String |
getName()
Deprecated. |
URI |
getUri()
Returns a URI whose scheme and authority identify this FileSystem. |
Path |
getWorkingDirectory()
Get the current working directory for the given file system |
void |
initialize(URI uri,
Configuration conf)
Called after a new FileSystem instance is constructed. |
FileStatus[] |
listStatus(Path f)
|
void |
lock(Path p,
boolean shared)
Deprecated. |
boolean |
mkdirs(Path f)
Creates the specified directory hierarchy. |
void |
moveFromLocalFile(Path src,
Path dst)
The src file is on the local disk. |
FSDataInputStream |
open(Path f,
int bufferSize)
Opens an FSDataInputStream at the indicated Path. |
File |
pathToFile(Path path)
Convert a path to a File. |
void |
release(Path p)
Deprecated. |
boolean |
rename(Path src,
Path dst)
Renames Path src to Path dst. |
void |
setWorkingDirectory(Path newDir)
Set the working directory to the given directory. |
Path |
startLocalOutput(Path fsOutputFile,
Path tmpLocalFile)
Returns a local File that the user can write output to. |
String |
toString()
|
Methods inherited from class org.apache.hadoop.fs.FileSystem |
---|
checkPath, closeAll, copyFromLocalFile, copyFromLocalFile, copyFromLocalFile, copyToLocalFile, copyToLocalFile, create, create, create, create, create, create, create, create, createNewFile, get, get, getBlockSize, getContentLength, getDefaultBlockSize, getDefaultReplication, getFileCacheHints, getLength, getLocal, getNamed, getReplication, getUsed, globPaths, globPaths, isDirectory, isFile, listPaths, listPaths, listPaths, listPaths, makeQualified, moveToLocalFile, open, parseArgs, setReplication |
Methods inherited from class org.apache.hadoop.conf.Configured |
---|
getConf, setConf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RawLocalFileSystem()
Method Detail |
---|
public File pathToFile(Path path)
public String getName()
getName
in class FileSystem
public URI getUri()
FileSystem
getUri
in class FileSystem
public void initialize(URI uri, Configuration conf)
FileSystem
initialize
in class FileSystem
uri
- a uri whose authority section names the host, port, etc.
for this FileSystemconf
- the configurationpublic FSDataInputStream open(Path f, int bufferSize) throws IOException
FileSystem
open
in class FileSystem
f
- the file name to openbufferSize
- the size of the buffer to be used.
IOException
public FSDataOutputStream create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) throws IOException
FileSystem
create
in class FileSystem
f
- the file name to openoverwrite
- if a file with this name already exists, then if true,
the file will be overwritten, and if false an error will be thrown.bufferSize
- the size of the buffer to be used.replication
- required block replication for the file.
IOException
public boolean rename(Path src, Path dst) throws IOException
FileSystem
rename
in class FileSystem
IOException
public boolean delete(Path p) throws IOException
FileSystem
delete
in class FileSystem
IOException
public boolean exists(Path f) throws IOException
FileSystem
exists
in class FileSystem
f
- source file
IOException
public FileStatus[] listStatus(Path f) throws IOException
listStatus
in class FileSystem
IOException
public boolean mkdirs(Path f) throws IOException
mkdirs
in class FileSystem
IOException
public void setWorkingDirectory(Path newDir)
setWorkingDirectory
in class FileSystem
public Path getWorkingDirectory()
FileSystem
getWorkingDirectory
in class FileSystem
@Deprecated public void lock(Path p, boolean shared) throws IOException
IOException
@Deprecated public void release(Path p) throws IOException
IOException
public void moveFromLocalFile(Path src, Path dst) throws IOException
FileSystem
moveFromLocalFile
in class FileSystem
IOException
public Path startLocalOutput(Path fsOutputFile, Path tmpLocalFile) throws IOException
FileSystem
startLocalOutput
in class FileSystem
IOException
public void completeLocalOutput(Path fsWorkingFile, Path tmpLocalFile) throws IOException
FileSystem
completeLocalOutput
in class FileSystem
IOException
public void close() throws IOException
FileSystem
close
in class FileSystem
IOException
public String toString()
toString
in class Object
public FileStatus getFileStatus(Path f) throws IOException
getFileStatus
in class FileSystem
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |