Class

geotrellis.spark.io.s3

GeoTiffS3RecordReader

Related Doc: package s3

Permalink

class GeoTiffS3RecordReader extends S3RecordReader[ProjectedExtent, Tile]

Annotations
@deprecated
Deprecated

(Since version 1.0.0) GeoTiffS3RecordReader is deprecated, use S3GeoTiffRDD instead

Linear Supertypes
S3RecordReader[ProjectedExtent, Tile], BaseS3RecordReader[ProjectedExtent, Tile], LazyLogging, RecordReader[ProjectedExtent, Tile], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffS3RecordReader
  2. S3RecordReader
  3. BaseS3RecordReader
  4. LazyLogging
  5. RecordReader
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffS3RecordReader(s3Client: S3Client, context: TaskAttemptContext)

    Permalink

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. var bucket: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader → Closeable → AutoCloseable
  8. var curCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  9. var curKey: ProjectedExtent

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  10. var curValue: Tile

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getCurrentKey(): ProjectedExtent

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  16. def getCurrentValue(): Tile

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  17. def getProgress(): Float

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def initialize(split: InputSplit, context: TaskAttemptContext): Unit

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. var keyCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  22. var keys: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def nextKeyValue(): Boolean

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def read(key: String, bytes: Array[Byte]): (ProjectedExtent, Tile)

    Permalink
    Definition Classes
    GeoTiffS3RecordReaderS3RecordReader
  29. def readObjectRequest(objectRequest: GetObjectRequest): (ProjectedExtent, Tile)

    Permalink
    Definition Classes
    S3RecordReaderBaseS3RecordReader
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from LazyLogging

Inherited from RecordReader[ProjectedExtent, Tile]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped