| Class | Description |
|---|---|
| LocalBlockLocation |
Implementation of the
BlockLocation interface for a local file system. |
| LocalDataInputStream |
The
LocalDataInputStream class is a wrapper class for a data
input stream to the local file system. |
| LocalDataOutputStream |
The
LocalDataOutputStream class is a wrapper class for a data
output stream to the local file system. |
| LocalFileStatus |
The class
LocalFileStatus provides an implementation of the FileStatus interface
for the local file system. |
| LocalFileSystem |
The class
LocalFileSystem is an implementation of the FileSystem interface
for the local file system of the machine where the JVM runs. |
| LocalFileSystemFactory |
A factory for the
LocalFileSystem. |
| LocalRecoverableWriter |
A
RecoverableWriter for the LocalFileSystem. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.