geotrellis.spark.io.s3

S3InputFormat

object S3InputFormat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3InputFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val ANONYMOUS: String("s3.anonymous")

  7. final val AWS_ID: String("s3.awsId")

  8. final val AWS_KEY: String("s3.awsKey")

  9. final val BUCKET: String("s3.bucket")

  10. final val DEFAULT_PARTITION_BYTES: Int

  11. final val PARTITION_BYTES: String("S3.partitionBytes")

  12. final val PARTITION_COUNT: String("s3.partitionCount")

  13. final val PREFIX: String("s3.prefix")

  14. final val REGION: String("s3.region")

  15. val S3UrlRx: Regex

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def setAnonymous(conf: Configuration): Unit

    Force anonymous access, bypass all key discovery

  28. def setAnonymous(job: Job): Unit

    Force anonymous access, bypass all key discovery

  29. def setBucket(conf: Configuration, bucket: String): Unit

  30. def setBucket(job: Job, bucket: String): Unit

  31. def setPartitionBytes(conf: Configuration, bytes: Long): Unit

    Set desired partition size in bytes, at least one item per partition will be assigned

  32. def setPartitionBytes(job: Job, bytes: Long): Unit

    Set desired partition size in bytes, at least one item per partition will be assigned

  33. def setPartitionCount(conf: Configuration, limit: Int): Unit

    Set desired partition count

  34. def setPartitionCount(job: Job, limit: Int): Unit

    Set desired partition count

  35. def setPrefix(conf: Configuration, prefix: String): Unit

  36. def setPrefix(job: Job, prefix: String): Unit

  37. def setRegion(conf: Configuration, region: String): Unit

  38. def setRegion(job: Job, region: String): Unit

  39. def setUrl(conf: Configuration, url: String): Unit

  40. def setUrl(job: Job, url: String): Unit

    Set S3N url to use, may include AWS Id and Key

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped