Class GSFileSystemFactory

java.lang.Object
org.apache.flink.fs.gs.GSFileSystemFactory
All Implemented Interfaces:
org.apache.flink.core.fs.FileSystemFactory, org.apache.flink.core.plugin.Plugin

public class GSFileSystemFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
Implementation of the Flink FileSystemFactory interface for Google Storage.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The scheme for the Google Storage file system.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs the Google Storage file system factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.apache.flink.configuration.Configuration flinkConfig)
     
    org.apache.flink.core.fs.FileSystem
    create(URI fsUri)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.flink.core.plugin.Plugin

    getClassLoader
  • Field Details

  • Constructor Details

    • GSFileSystemFactory

      public GSFileSystemFactory()
      Constructs the Google Storage file system factory.
  • Method Details

    • configure

      public void configure(org.apache.flink.configuration.Configuration flinkConfig)
      Specified by:
      configure in interface org.apache.flink.core.plugin.Plugin
    • getScheme

      public String getScheme()
      Specified by:
      getScheme in interface org.apache.flink.core.fs.FileSystemFactory
    • create

      public org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
      Specified by:
      create in interface org.apache.flink.core.fs.FileSystemFactory
      Throws:
      IOException