Package org.apache.hadoop.fs.s3a

Class S3A

java.lang.Object
org.apache.hadoop.fs.AbstractFileSystem
org.apache.hadoop.fs.DelegateToFileSystem
org.apache.hadoop.fs.s3a.S3A
All Implemented Interfaces:
org.apache.hadoop.fs.PathCapabilities

@Public @Evolving public class S3A extends org.apache.hadoop.fs.DelegateToFileSystem
S3A implementation of AbstractFileSystem. This impl delegates to the S3AFileSystem
  • Constructor Details

  • Method Details

    • getUriDefaultPort

      public int getUriDefaultPort()
      Description copied from class: AbstractFileSystem
      The default port of this file system.
      Overrides:
      getUriDefaultPort in class org.apache.hadoop.fs.DelegateToFileSystem
      Returns:
      default port of this file system's Uri scheme A uri with a port of -1 => default port;
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • finalize

      protected void finalize() throws Throwable
      Close the file system; the FileContext API doesn't have an explicit close.
      Overrides:
      finalize in class Object
      Throws:
      Throwable