c

geotrellis.store.s3

S3CollectionReader

class S3CollectionReader extends Serializable

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

Instance Constructors

  1. new S3CollectionReader(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)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: AvroRecordCodec[V]): Seq[(K, V)]