class HadoopValueReader extends OverzoomingValueReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HadoopValueReader
- OverzoomingValueReader
- ValueReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HadoopValueReader(attributeStore: AttributeStore, conf: Configuration, maxOpenFiles: Int = 16)
Value Members
-
val
attributeStore: AttributeStore
- Definition Classes
- HadoopValueReader → ValueReader
-
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
- OverzoomingValueReader → ValueReader
-
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
- HadoopValueReader → ValueReader
- val readers: Cache[(LayerId, Path), org.apache.hadoop.io.MapFile.Reader]