c

geotrellis.spark.store.s3

S3RDDReader

class S3RDDReader extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3RDDReader
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3RDDReader(s3Client: ⇒ S3Client = S3ClientProducer.get(), runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)

Value Members

  1. def read[K, V](bucket: String, keyPath: (BigInt) ⇒ String, queryKeyBounds: Seq[KeyBounds[K]], decomposeBounds: (KeyBounds[K]) ⇒ Seq[(BigInt, BigInt)], filterIndexOnly: Boolean, writerSchema: Option[Schema] = None, numPartitions: Option[Int] = None)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: AvroRecordCodec[V], sc: SparkContext): RDD[(K, V)]