@AutoService(value=FileSystemRegistrar.class) public class HadoopFileSystemRegistrar extends java.lang.Object implements FileSystemRegistrar
AutoService registrar for the HadoopFileSystem.| Constructor and Description | 
|---|
HadoopFileSystemRegistrar()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Iterable<FileSystem<?>> | 
fromOptions(PipelineOptions options)
Create zero or more  
filesystems from the given PipelineOptions. | 
public java.lang.Iterable<FileSystem<?>> fromOptions(@Nonnull PipelineOptions options)
FileSystemRegistrarfilesystems from the given PipelineOptions.
 Each scheme is required to be unique among all FileSystems registered by all FileSystemRegistrars.
fromOptions in interface FileSystemRegistrar