| Interface | Description |
|---|---|
| BlockLocation |
A BlockLocation lists hosts, offset and length of block.
|
| FileStatus |
Interface that represents the client side information for a file
independent of the file system.
|
| HadoopFileSystemWrapper |
| Class | Description |
|---|---|
| FileInputSplit |
A file input split provides information on a particular part of a file, possibly
hosted on a distributed file system and replicated among several hosts.
|
| FileSystem |
An abstract base class for a fairly generic file system.
|
| FileSystem.FSKey |
An auxiliary class to identify a file system by its scheme and its authority.
|
| FSDataInputStream |
Interface for a data input stream to a file on a
FileSystem. |
| FSDataOutputStream |
Interface for a data output stream to a file on a
FileSystem. |
| Path |
Names a file or directory in a
FileSystem. |
| Enum | Description |
|---|---|
| FileSystem.WriteMode |
Enumeration for write modes.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.