Object/Class

com.github.ldaniels528.qwery.devices

AWSS3InputDevice

Related Docs: class AWSS3InputDevice | package devices

Permalink

object AWSS3InputDevice extends InputDeviceFactory with SourceUrlParser with Serializable

AWS S3 File Input Device Companion

Linear Supertypes
Serializable, Serializable, SourceUrlParser, InputDeviceFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWSS3InputDevice
  2. Serializable
  3. Serializable
  4. SourceUrlParser
  5. InputDeviceFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getProfileCredentials(profile_?: Option[String]): ProfileCredentialsProvider

    Permalink
  11. def getS3Client(provider: AWSCredentialsProvider, regionName: Option[String]): AmazonS3

    Permalink
  12. def getS3Content(s3Object: S3Object): BufferedSource

    Permalink
  13. def getS3Object(s3Client: AmazonS3, bucketName: String, keyName: String): S3Object

    Permalink
  14. def getStaticCredentials(config: Properties): Option[AWSStaticCredentialsProvider]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def parseInputSource(path: String, hints: Option[Hints]): Option[InputSource]

    Permalink

    Parses the path or URL and returns an input source

    Parses the path or URL and returns an input source

    path

    the given URL (e.g. "kafka://server?topic=X&group_id=Y&schema=/path/to/schema.json")

    returns

    the option of an input source

    Definition Classes
    SourceUrlParser
  21. def parseInputURL(url: String, hints: Option[Hints]): Option[InputDevice]

    Permalink

    Returns a compatible input device for the given URL.

    Returns a compatible input device for the given URL.

    url

    the given URL (e.g. "s3://ldaniels3/companylist.csv?region=us-west-1&profile=ldaniels3")

    returns

    an option of the input device

    Definition Classes
    AWSS3InputDeviceInputDeviceFactory
  22. def parseOutputSource(path: String, hints: Option[Hints]): Option[OutputSource]

    Permalink

    Parses the path or URL and returns an input source

    Parses the path or URL and returns an input source

    path

    the given URL (e.g. "kafka://server?topic=X&group_id=Y&schema=/path/to/schema.json")

    returns

    the option of an output source

    Definition Classes
    SourceUrlParser
  23. def parseURI(uri: String): URLComps

    Permalink
    Attributes
    protected
    Definition Classes
    SourceUrlParser
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from SourceUrlParser

Inherited from InputDeviceFactory

Inherited from AnyRef

Inherited from Any

Ungrouped