Packages

class S3FileSystem extends BaseFileSystem

Linear Supertypes
BaseFileSystem, StrictLogging, FileSystem, InputStreamClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3FileSystem
  2. BaseFileSystem
  3. StrictLogging
  4. FileSystem
  5. InputStreamClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3FileSystem(bucket: S3Bucket)(implicit settings: RawSettings)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bucket: S3Bucket
  6. def bucketName: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def getInputStream(file: String): InputStream
    Definition Classes
    S3FileSystemFileSystemInputStreamClient
  12. def getSeekableInputStream(file: String): SeekableInputStream
    Definition Classes
    S3FileSystemInputStreamClient
  13. def hasGlob(path: String): Boolean
    Definition Classes
    BaseFileSystemFileSystem
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def isDirectory(path: String): Boolean
    Definition Classes
    BaseFileSystemFileSystem
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def listContents(path: String): Iterator[String]
    Definition Classes
    S3FileSystemFileSystem
  18. def listContentsWithMetadata(path: String): Iterator[(String, FileSystemMetadata)]
    Definition Classes
    S3FileSystemBaseFileSystemFileSystem
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. def metadata(path: String): FileSystemMetadata
    Definition Classes
    S3FileSystemFileSystem
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def testAccess(path: String): Unit

    Test access to the file system.

    Test access to the file system. If any error occurs, an exception is thrown.

    Definition Classes
    S3FileSystemFileSystem
  26. def testBucketAccess(): Unit
    Annotations
    @throws( ... )
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from BaseFileSystem

Inherited from StrictLogging

Inherited from FileSystem

Inherited from InputStreamClient

Inherited from AnyRef

Inherited from Any

Ungrouped