Class S3FileSystemRegistrar

  • All Implemented Interfaces:
    org.apache.beam.sdk.io.FileSystemRegistrar

    @AutoService(org.apache.beam.sdk.io.FileSystemRegistrar.class)
    @Experimental(FILESYSTEM)
    public class S3FileSystemRegistrar
    extends java.lang.Object
    implements org.apache.beam.sdk.io.FileSystemRegistrar
    AutoService registrar for the S3FileSystem.

    Creates instances of S3FileSystem for each scheme registered with a S3FileSystemSchemeRegistrar.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<org.apache.beam.sdk.io.FileSystem<?>> fromOptions​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3FileSystemRegistrar

        public S3FileSystemRegistrar()
    • Method Detail

      • fromOptions

        public java.lang.Iterable<org.apache.beam.sdk.io.FileSystem<?>> fromOptions​(@Nonnull
                                                                                    org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        fromOptions in interface org.apache.beam.sdk.io.FileSystemRegistrar