FileSystem implementation for any Hadoop FileSystem.See: Description
| Interface | Description |
|---|---|
| HadoopFileSystemOptions |
PipelineOptions which encapsulate Hadoop Configuration for the
HadoopFileSystem. |
| Class | Description |
|---|---|
| HadoopFileSystemModule |
A Jackson
Module that registers a JsonSerializer and JsonDeserializer for
a Hadoop Configuration. |
| HadoopFileSystemOptions.ConfigurationLocator |
A
DefaultValueFactory which locates a Hadoop Configuration. |
| HadoopFileSystemOptionsRegistrar |
AutoService registrar for HadoopFileSystemOptions. |
| HadoopFileSystemRegistrar |
AutoService registrar for the HadoopFileSystem. |
FileSystem implementation for any Hadoop FileSystem.