class S3ValueReader extends OverzoomingValueReader

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3ValueReader
  2. OverzoomingValueReader
  3. ValueReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3ValueReader(attributeStore: AttributeStore, s3Client: ⇒ S3Client)

Value Members

  1. val attributeStore: AttributeStore
    Definition Classes
    S3ValueReaderValueReader
  2. def overzoomingReader[K, V <: CellGrid[Int]](layerId: LayerId, resampleMethod: ResampleMethod)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: SpatialComponent[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: (V) ⇒ TileResampleMethods[V]): Reader[K, V]
    Definition Classes
    OverzoomingValueReaderValueReader
  3. def reader[K, V](layerId: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V]): Reader[K, V]

    Produce a key value reader for a specific layer, prefetching layer metadata once at construction time

    Produce a key value reader for a specific layer, prefetching layer metadata once at construction time

    Definition Classes
    S3ValueReaderValueReader