Object

org.locationtech.geomesa.cassandra.index

CassandraZ2Index

Related Doc: package index

Permalink

object CassandraZ2Index extends Z2Index[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange]] with CassandraFeatureIndex with CassandraZ2Layout with CassandraIndexAdapter[Z2IndexValues] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CassandraIndexAdapter[Z2IndexValues], CassandraZ2Layout, CassandraFeatureIndex, ClientSideFiltering[Row], Z2Index[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange]], LazyLogging, SpatialFilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]], IndexAdapter[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange], Z2IndexValues], GeoMesaFeatureIndex[CassandraDataStore, CassandraFeature, Seq[RowValue]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraZ2Index
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CassandraIndexAdapter
  7. CassandraZ2Layout
  8. CassandraFeatureIndex
  9. ClientSideFiltering
  10. Z2Index
  11. LazyLogging
  12. SpatialFilterStrategy
  13. IndexAdapter
  14. GeoMesaFeatureIndex
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type EVALFEATURE = (Row) ⇒ SimpleFeature

    Permalink
    Definition Classes
    ClientSideFiltering
  2. type EVALFEATUREOPTION = (Row) ⇒ Option[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  3. type TypedFilterStrategy = FilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val columns: Seq[NamedColumn]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraZ2LayoutCassandraFeatureIndex
  7. def columnsToRow(columns: Seq[RowValue]): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraZ2LayoutCassandraFeatureIndex
  8. def configure(sft: SimpleFeatureType, ds: CassandraDataStore): Unit

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  9. def createDelete(row: Array[Byte], cf: CassandraFeature): Seq[RowValue]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  10. def createInsert(row: Array[Byte], cf: CassandraFeature): Seq[RowValue]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  11. def delete(sft: SimpleFeatureType, ds: CassandraDataStore, shared: Boolean): Unit

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def generateTableName(sft: SimpleFeatureType, ds: CassandraDataStore): String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: FilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]], transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    SpatialFilterStrategy → GeoMesaFeatureIndex
  18. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[FilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]]]

    Permalink
    Definition Classes
    SpatialFilterStrategy → GeoMesaFeatureIndex
  19. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int) ⇒ String

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex
  20. def getQueryPlan(sft: SimpleFeatureType, ds: CassandraDataStore, filter: CassandraFilterStrategyType, hints: Hints, explain: Explainer): CassandraQueryPlanType

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  21. def getSplits(sft: SimpleFeatureType): Seq[Array[Byte]]

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex
  22. def getTableName(typeName: String, ds: CassandraDataStore): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  23. lazy val identifier: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  26. val name: String

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def range(start: Array[Byte], end: Array[Byte]): Seq[RowRange]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  31. def rangeExact(row: Array[Byte]): Seq[RowRange]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  32. def rangePrefix(prefix: Array[Byte]): Seq[RowRange]

    Permalink
    Attributes
    protected
    Definition Classes
    IndexAdapter
  33. def remover(sft: SimpleFeatureType, ds: CassandraDataStore): (CassandraFeature) ⇒ Seq[Seq[RowValue]]

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex
  34. def resultsToFeatures(sft: SimpleFeatureType, ecql: Option[Filter], transform: Option[(String, SimpleFeatureType)]): (Iterator[Row]) ⇒ Iterator[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  35. def rowAndValue(result: Row): RowAndValue

    Permalink
    Definition Classes
    CassandraFeatureIndex → ClientSideFiltering
  36. def rowToColumns(sft: SimpleFeatureType, row: Array[Byte]): Seq[RowValue]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraZ2LayoutCassandraFeatureIndex
  37. def scanPlan(sft: SimpleFeatureType, ds: CassandraDataStore, filter: CassandraFilterStrategyType, indexValues: Option[Z2IndexValues], ranges: Seq[Seq[RowRange]], ecql: Option[Filter], hints: Hints): CassandraQueryPlanType

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  38. val sfts: ThreadLocal[SimpleFeatureType]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraFeatureIndex
  39. def supports(sft: SimpleFeatureType): Boolean

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  42. def toFeaturesDirect(sft: SimpleFeatureType): EVALFEATURE

    Permalink
    Definition Classes
    ClientSideFiltering
  43. def toFeaturesWithFilter(sft: SimpleFeatureType, ecql: Filter): EVALFEATUREOPTION

    Permalink
    Definition Classes
    ClientSideFiltering
  44. def toFeaturesWithFilterTransform(sft: SimpleFeatureType, ecql: Filter, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): EVALFEATUREOPTION

    Permalink
    Definition Classes
    ClientSideFiltering
  45. def toFeaturesWithTransform(sft: SimpleFeatureType, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): EVALFEATURE

    Permalink
    Definition Classes
    ClientSideFiltering
  46. val version: Int

    Permalink
    Definition Classes
    CassandraZ2Index → Z2Index → GeoMesaFeatureIndex
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def writer(sft: SimpleFeatureType, ds: CassandraDataStore): (CassandraFeature) ⇒ Seq[Seq[RowValue]]

    Permalink
    Definition Classes
    Z2Index → GeoMesaFeatureIndex

Deprecated Value Members

  1. def serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
    Annotations
    @deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CassandraIndexAdapter[Z2IndexValues]

Inherited from CassandraZ2Layout

Inherited from CassandraFeatureIndex

Inherited from ClientSideFiltering[Row]

Inherited from Z2Index[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange]]

Inherited from LazyLogging

Inherited from SpatialFilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]]

Inherited from IndexAdapter[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange], Z2IndexValues]

Inherited from GeoMesaFeatureIndex[CassandraDataStore, CassandraFeature, Seq[RowValue]]

Inherited from AnyRef

Inherited from Any

Ungrouped