Package

geotrellis.spark.io

hadoop

Permalink

package hadoop

Linear Supertypes
Implicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hadoop
  2. Implicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HadoopAttributeStore extends BlobLayerAttributeStore

    Permalink
  2. case class HadoopCatalogConfig(compressionFactor: Double, metadataFileName: String, layerDataDir: (LayerId) ⇒ String) extends Product with Serializable

    Permalink
  3. class HadoopCollectionLayerReader extends CollectionLayerReader[LayerId] with LazyLogging

    Permalink

    Handles reading raster RDDs and their metadata from S3.

  4. class HadoopCollectionReader extends AnyRef

    Permalink
  5. class HadoopLayerCopier extends LayerCopier[LayerId]

    Permalink
  6. class HadoopLayerDeleter extends LayerDeleter[LayerId]

    Permalink
  7. case class HadoopLayerHeader(keyClass: String, valueClass: String, path: Path) extends LayerHeader with Product with Serializable

    Permalink
  8. class HadoopLayerManager extends LayerManager[LayerId]

    Permalink
  9. class HadoopLayerMover extends LayerMover[LayerId]

    Permalink
  10. class HadoopLayerReader extends FilteringLayerReader[LayerId] with LazyLogging

    Permalink

    Handles reading raster RDDs and their metadata from S3.

  11. class HadoopLayerUpdater extends LayerUpdater[LayerId] with LazyLogging

    Permalink
  12. class HadoopLayerWriter extends LayerWriter[LayerId]

    Permalink
  13. trait HadoopSparkContextMethods extends AnyRef

    Permalink
  14. implicit class HadoopSparkContextMethodsWrapper extends HadoopSparkContextMethods

    Permalink
    Definition Classes
    Implicits
  15. class HadoopValueReader extends ValueReader[LayerId]

    Permalink
  16. class HdfsRangeReader extends RangeReader

    Permalink

    This class extends RangeReader by reading chunks out of a GeoTiff on HDFS.

    This class extends RangeReader by reading chunks out of a GeoTiff on HDFS.

    returns

    A new instance of S3RangeReader.

  17. trait Implicits extends AnyRef

    Permalink
  18. class KeyPartitioner[K] extends Partitioner

    Permalink
  19. abstract class LineScanner extends Iterator[String] with Closeable

    Permalink
  20. class SaveBytesToHadoopMethods[K] extends AnyRef

    Permalink
  21. class SaveToHadoopMethods[K, V] extends AnyRef

    Permalink
  22. class SerializableConfiguration extends Serializable

    Permalink

    From Spark codebase, marked private there.

    From Spark codebase, marked private there. Allows us to use the Hadoop Configuration in serializable tasks

  23. implicit class withHadoopConfigurationMethods extends MethodExtensions[Configuration]

    Permalink
  24. implicit class withSaveBytesToHadoopMethods[K] extends SaveBytesToHadoopMethods[K]

    Permalink
    Definition Classes
    Implicits
  25. implicit class withSaveToHadoopMethods[K, V] extends SaveToHadoopMethods[K, V]

    Permalink
    Definition Classes
    Implicits

Value Members

  1. object HadoopAttributeStore

    Permalink
  2. object HadoopCatalogConfig extends Serializable

    Permalink
  3. object HadoopCollectionLayerReader

    Permalink
  4. object HadoopCollectionReader

    Permalink
  5. object HadoopGeoTiffRDD

    Permalink

    Allows for reading of whole or windowed GeoTiff as RDD[(K, V)]s through Hadoop FileSystem API.

  6. object HadoopLayerCopier

    Permalink
  7. object HadoopLayerDeleter

    Permalink
  8. object HadoopLayerHeader extends Serializable

    Permalink
  9. object HadoopLayerMover

    Permalink
  10. object HadoopLayerReader

    Permalink
  11. object HadoopLayerReindexer

    Permalink
  12. object HadoopLayerUpdater

    Permalink
  13. object HadoopLayerWriter

    Permalink
  14. object HadoopRDDReader extends LazyLogging

    Permalink
  15. object HadoopRDDWriter extends LazyLogging

    Permalink
  16. object HadoopValueReader

    Permalink
  17. object HdfsRangeReader

    Permalink
  18. object HdfsUtils extends LazyLogging

    Permalink
  19. object Implicits extends Implicits

    Permalink
  20. object KeyPartitioner extends Serializable

    Permalink
  21. object SaveToHadoop

    Permalink
  22. package formats

    Permalink
  23. implicit def stringToPath(path: String): Path

    Permalink

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped