implicit class withHadoopValueReaderMethods extends MethodExtensions[HadoopValueReader.type]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withHadoopValueReaderMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withHadoopValueReaderMethods(self: HadoopValueReader.type)
Value Members
- def apply(rootPath: Path)(implicit sc: SparkContext): HadoopValueReader
- def apply[K, V <: CellGrid[Int]](attributeStore: AttributeStore, layerId: LayerId, resampleMethod: ResampleMethod)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: SpatialComponent[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: (V) ⇒ TileResampleMethods[V], sc: SparkContext): Reader[K, V]
- def apply[K, V](attributeStore: AttributeStore, layerId: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V], sc: SparkContext): Reader[K, V]
-
val
self: HadoopValueReader.type
- Definition Classes
- withHadoopValueReaderMethods → MethodExtensions