Object

org.locationtech.geomesa.cassandra.index

CassandraAttributeIndex

Related Doc: package index

Permalink

object CassandraAttributeIndex extends AttributeIndex[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange]] with CassandraFeatureIndex with CassandraIndexAdapter[Unit] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CassandraIndexAdapter[Unit], CassandraFeatureIndex, ClientSideFiltering[Row], AttributeIndex[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange]], LazyLogging, AttributeRowDecoder, AttributeFilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]], IndexAdapter[CassandraDataStore, CassandraFeature, Seq[RowValue], Seq[RowRange], Unit], GeoMesaFeatureIndex[CassandraDataStore, CassandraFeature, Seq[RowValue]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraAttributeIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CassandraIndexAdapter
  7. CassandraFeatureIndex
  8. ClientSideFiltering
  9. AttributeIndex
  10. LazyLogging
  11. AttributeRowDecoder
  12. AttributeFilterStrategy
  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
    CassandraAttributeIndexCassandraFeatureIndex
  7. def columnsToRow(columns: Seq[RowValue]): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraFeatureIndex
  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 decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeIndex → AttributeRowDecoder
  12. def delete(sft: SimpleFeatureType, ds: CassandraDataStore, shared: Boolean): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  22. def getRowKeys(sft: SimpleFeatureType): (CassandraFeature) ⇒ Seq[(Int, Array[Byte])]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  23. def getSecondaryIndexKeyLength(sft: SimpleFeatureType): Int

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  24. def getShards(sft: SimpleFeatureType): IndexedSeq[Array[Byte]]

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraAttributeIndex → AttributeIndex
  25. def getSplits(sft: SimpleFeatureType): Seq[Array[Byte]]

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  27. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  29. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  31. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    CassandraIndexAdapter → IndexAdapter
  42. def secondaryIndex(sft: SimpleFeatureType): Option[IndexKeySpace[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  43. val sfts: ThreadLocal[SimpleFeatureType]

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

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

    Permalink
    Definition Classes
    AnyRef
  46. lazy val tableNameKey: String

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

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

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

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

    Permalink
    Definition Classes
    ClientSideFiltering
  51. val version: Int

    Permalink
    Definition Classes
    CassandraAttributeIndex → GeoMesaFeatureIndex
  52. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AttributeIndex → 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[Unit]

Inherited from CassandraFeatureIndex

Inherited from ClientSideFiltering[Row]

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

Inherited from LazyLogging

Inherited from AttributeRowDecoder

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped