object GeoMesaRelation extends LazyLogging with Serializable
- Alphabetic
- By Inheritance
- GeoMesaRelation
- Serializable
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait CachedRDD extends AnyRef
Trait for cached RDDs used to accelerate scans
- 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
- 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
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()