| Interface | Description |
|---|---|
| HDFSStore |
HDFS stores provide a means of persisting data on HDFS.
|
| HDFSStoreFactory |
Factory for creating instances of
HDFSStore. |
| HDFSStoreMutator |
HDFSStoreMutator provides a means to dynamically alter
HDFSStore's
behavior. |
| Exception | Description |
|---|---|
| HDFSIOException |
Thrown when an error has occurred while attempted to use
the HDFS file system.
|
| StoreExistsException |
Thrown when attempting to create a
HDFSStore if one already exists. |