package hadoop
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- hadoop
- Implicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class GeoTiffHadoopWriteMethods[T <: CellGrid[Int]] extends HadoopRasterMethods[GeoTiff[T]]
- class HadoopAttributeStore extends BlobLayerAttributeStore
- case class HadoopCatalogConfig(compressionFactor: Double, metadataFileName: String, layerDataDir: (LayerId) ⇒ String) extends Product with Serializable
- class HadoopCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider
-
class
HadoopCollectionLayerReader extends CollectionLayerReader[LayerId]
Handles reading raster RDDs and their metadata from S3.
- class HadoopCollectionReader extends Serializable
- class HadoopLayerCopier extends LayerCopier[LayerId]
- class HadoopLayerDeleter extends LayerDeleter[LayerId]
- case class HadoopLayerHeader(keyClass: String, valueClass: String, path: URI, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable
- class HadoopLayerMover extends LayerMover[LayerId]
- trait HadoopRasterMethods[T] extends MethodExtensions[T]
- class HadoopValueReader extends OverzoomingValueReader
- trait Implicits extends AnyRef
-
implicit
class
withGeoTiffHadoopWriteMethods[T <: CellGrid[Int]] extends GeoTiffHadoopWriteMethods[T]
- Definition Classes
- Implicits
-
implicit
class
withHadoopConfigurationMethods extends MethodExtensions[Configuration]
- Definition Classes
- Implicits
-
implicit
class
withJpgHadoopWriteMethods extends JpgHadoopWriteMethods
- Definition Classes
- Implicits
-
implicit
class
withPngHadoopWriteMethods extends PngHadoopWriteMethods
- Definition Classes
- Implicits
- abstract class JpgHadoopWriteMethods extends HadoopRasterMethods[Jpg]
- abstract class PngHadoopWriteMethods extends HadoopRasterMethods[Png]
-
case class
SerializableConfiguration(value: Configuration) extends Serializable with Product
From Spark codebase.
From Spark codebase. Allows us to use the Hadoop Configuration in serializable tasks
Value Members
- final val SCHEMES: Array[String]
- implicit def stringToPath(path: String): Path
- object HadoopAttributeStore extends Serializable
- object HadoopCatalogConfig extends Serializable
- object HadoopCollectionLayerReader
- object HadoopCollectionReader extends Serializable
- object HadoopLayerCopier
- object HadoopLayerDeleter
- object HadoopLayerHeader extends Serializable
- object HadoopLayerMover
- object HadoopValueReader
- object Implicits extends Implicits with CrsFormats