Package org.apache.beam.sdk.io
Class ClassLoaderFileSystem.ClassLoaderFileSystemRegistrar
java.lang.Object
org.apache.beam.sdk.io.ClassLoaderFileSystem.ClassLoaderFileSystemRegistrar
- All Implemented Interfaces:
FileSystemRegistrar
- Enclosing class:
ClassLoaderFileSystem
@AutoService(FileSystemRegistrar.class)
public static class ClassLoaderFileSystem.ClassLoaderFileSystemRegistrar
extends Object
implements FileSystemRegistrar
AutoService
registrar for the ClassLoaderFileSystem
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable
<FileSystem<?>> fromOptions
(@Nullable PipelineOptions options) Create zero or morefilesystems
from the givenPipelineOptions
.
-
Constructor Details
-
ClassLoaderFileSystemRegistrar
public ClassLoaderFileSystemRegistrar()
-
-
Method Details
-
fromOptions
Description copied from interface:FileSystemRegistrar
Create zero or morefilesystems
from the givenPipelineOptions
.Each
scheme
is required to be unique among allFileSystem
s registered by allFileSystemRegistrar
s.- Specified by:
fromOptions
in interfaceFileSystemRegistrar
-