class HadoopValueReader extends OverzoomingValueReader

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

Instance Constructors

  1. new HadoopValueReader(attributeStore: AttributeStore, conf: Configuration, maxOpenFiles: Int = 16)

Value Members

  1. val attributeStore: AttributeStore
    Definition Classes
    HadoopValueReaderValueReader
  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
    HadoopValueReaderValueReader
  4. val readers: Cache[(LayerId, Path), org.apache.hadoop.io.MapFile.Reader]