| 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.
|
| Class | Description |
|---|---|
| DataConstants |
Class that holds common config constants and there default values
|
| FileSystem |
This class is an abstract of the generic file system that will be used in the system
This can be extend to support distributed file system or a local file system.
|
| FSDataInputStream |
Interface for a data input stream to a file on a
FileSystem. |
| FSDataOutputStream |
An output stream to a file that is created via a
FileSystem. |
| Path |
Used to name tha files in the FileSystem
|
| Enum | Description |
|---|---|
| FileSystem.WriteMode |