Class AzureBlobStoreFileSystemRegistrar
java.lang.Object
org.apache.beam.sdk.io.azure.blobstore.AzureBlobStoreFileSystemRegistrar
- All Implemented Interfaces:
FileSystemRegistrar
@AutoService(FileSystemRegistrar.class)
public class AzureBlobStoreFileSystemRegistrar
extends Object
implements FileSystemRegistrar
AutoService
registrar for the AzureBlobStoreFileSystem
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable
<FileSystem<?>> fromOptions
(PipelineOptions options) Create zero or morefilesystems
from the givenPipelineOptions
.
-
Constructor Details
-
AzureBlobStoreFileSystemRegistrar
public AzureBlobStoreFileSystemRegistrar()
-
-
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
-