Packages

object GeoMesaRelation extends LazyLogging with Serializable

Linear Supertypes
Serializable, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaRelation
  2. Serializable
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CachedRDD extends AnyRef

    Trait for cached RDDs used to accelerate scans

  2. case class IndexedRDD(rdd: RDD[GeoCQEngineDataStore]) extends CachedRDD with Product with Serializable

    An RDD where each element is a spatial index containing multiple features

    An RDD where each element is a spatial index containing multiple features

    rdd

    indexed features

  3. case class PartitionedIndexedRDD(rdd: RDD[(Int, GeoCQEngineDataStore)], envelopes: List[Envelope]) extends CachedRDD with Product with Serializable

    An RDD where each element is a spatial index containing multiple features, partitioned by a spatial grid

    An RDD where each element is a spatial index containing multiple features, partitioned by a spatial grid

    rdd

    grid cell -> indexed features

    envelopes

    envelopes corresponding the each grid cell

  4. case class PartitionedRDD(rdd: RDD[(Int, Iterable[SimpleFeature])], raw: SpatialRDD, envelopes: List[Envelope], partitions: Option[Int], cover: Boolean) extends Product with Serializable

    Holder for a partitioning scheme

    Holder for a partitioning scheme

    rdd

    partitioned rdd

    raw

    underlying unpartitioned rdd

    envelopes

    envelopes used in partitioning

    partitions

    hint for number of partitions

    cover

    cover partitions or not when joining

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(sqlContext: SQLContext, params: Map[String, String], schema: StructType, sft: SimpleFeatureType): GeoMesaRelation

    Create a new relation based on the input parameters, with the given schema and underlying feature type

    Create a new relation based on the input parameters, with the given schema and underlying feature type

    sqlContext

    sql context

    params

    parameters

    schema

    schema

    sft

    simple feature type

  5. def apply(sqlContext: SQLContext, params: Map[String, String], schema: StructType): GeoMesaRelation

    Create a new relation based on the input parameters, with the given schema

    Create a new relation based on the input parameters, with the given schema

    sqlContext

    sql context

    params

    parameters

    schema

    schema

  6. def apply(sqlContext: SQLContext, params: Map[String, String]): GeoMesaRelation

    Create a new relation based on the input parameters

    Create a new relation based on the input parameters

    sqlContext

    sql context

    params

    parameters

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped