Package org.apache.beam.sdk.io
Class LocalFileSystemRegistrar
java.lang.Object
org.apache.beam.sdk.io.LocalFileSystemRegistrar
- All Implemented Interfaces:
 FileSystemRegistrar
@AutoService(FileSystemRegistrar.class)
public class LocalFileSystemRegistrar
extends Object
implements FileSystemRegistrar
AutoService registrar for the LocalFileSystem.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionIterable<FileSystem<?>> fromOptions(@Nullable PipelineOptions options) Create zero or morefilesystemsfrom the givenPipelineOptions. 
- 
Constructor Details
- 
LocalFileSystemRegistrar
public LocalFileSystemRegistrar() 
 - 
 - 
Method Details
- 
fromOptions
Description copied from interface:FileSystemRegistrarCreate zero or morefilesystemsfrom the givenPipelineOptions.Each
schemeis required to be unique among allFileSystems registered by allFileSystemRegistrars.- Specified by:
 fromOptionsin interfaceFileSystemRegistrar
 
 -