Packages

class S3Path extends FileSystemLocation with StrictLogging

Linear Supertypes
FileSystemLocation, ByteStreamLocation, Location, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Path
  2. FileSystemLocation
  3. ByteStreamLocation
  4. Location
  5. StrictLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3Path(cli: S3FileSystem, path: String, locationDescription: LocationDescription)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def doGetInputStream(): InputStream
    Attributes
    protected
    Definition Classes
    S3PathByteStreamLocation
  8. def doGetSeekableInputStream(): SeekableInputStream
    Attributes
    protected
    Definition Classes
    S3PathByteStreamLocation
  9. def doLs(): Iterator[FileSystemLocation]
    Attributes
    protected
    Definition Classes
    S3PathFileSystemLocation
  10. def doLsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
    Attributes
    protected
    Definition Classes
    S3PathFileSystemLocation
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def getInputStream: InputStream
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  15. def getLocalPath(): Path
    Definition Classes
    S3PathByteStreamLocation
  16. final def getReader(encoding: Encoding): Reader
    Definition Classes
    ByteStreamLocation
    Annotations
    @throws( ... )
  17. final def getSeekableInputStream: SeekableInputStream
    Definition Classes
    ByteStreamLocation
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  21. final def ls(): Iterator[FileSystemLocation]
    Definition Classes
    FileSystemLocation
  22. final def lsWithMetadata(): Iterator[(FileSystemLocation, FileSystemMetadata)]
    Definition Classes
    FileSystemLocation
  23. def metadata(): FileSystemMetadata
    Definition Classes
    S3PathFileSystemLocation
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. val path: String
    Attributes
    protected
  28. val rawUri: String
    Definition Classes
    S3PathLocation
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def testAccess(): Unit
    Definition Classes
    S3PathLocation
  31. def toString(): String
    Definition Classes
    Location → AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 FileSystemLocation

Inherited from ByteStreamLocation

Inherited from Location

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped