Object

org.locationtech.geomesa.cassandra.index.legacy

CassandraAttributeIndexV1

Related Doc: package legacy

Permalink

object CassandraAttributeIndexV1 extends CassandraAttributeIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CassandraAttributeIndex, AttributeFilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]], CassandraTieredFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey], CassandraFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey], ClientSideFiltering[Row], GeoMesaFeatureIndex[CassandraDataStore, CassandraFeature, Seq[RowValue]], LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraAttributeIndexV1
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CassandraAttributeIndex
  7. AttributeFilterStrategy
  8. CassandraTieredFeatureIndex
  9. CassandraFeatureIndex
  10. ClientSideFiltering
  11. GeoMesaFeatureIndex
  12. LazyLogging
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. 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 configure(sft: SimpleFeatureType, ds: CassandraDataStore, partition: Option[String]): String

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  8. def createValues(shards: ShardStrategy, toIndexKey: (SimpleFeature) ⇒ Seq[AttributeIndexKey], toTieredIndexKey: ToIndexKeyBytes, includeFeature: Boolean)(cf: CassandraFeature): Seq[Seq[RowValue]]

    Permalink

    Create values for insert with a tiered row key

    Create values for insert with a tiered row key

    shards

    shards

    toIndexKey

    function to create primary keys

    toTieredIndexKey

    function to create tiered primary keys

    includeFeature

    include the feature (for insert) or not (for delete)

    cf

    feature

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraTieredFeatureIndex
  9. def createValues(shards: ShardStrategy, toIndexKey: (SimpleFeature) ⇒ Seq[AttributeIndexKey], includeFeature: Boolean)(cf: CassandraFeature): Seq[Seq[RowValue]]

    Permalink

    Create values for insert

    Create values for insert

    shards

    sharding

    toIndexKey

    function to create primary keys

    includeFeature

    include the feature (for insert) or not (for delete)

    cf

    feature

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraFeatureIndex
  10. def delete(sft: SimpleFeatureType, ds: CassandraDataStore, partition: Option[String]): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  19. def getPartitions(sft: SimpleFeatureType, ds: CassandraDataStore): Seq[String]

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

    Permalink
    Definition Classes
    CassandraTieredFeatureIndexCassandraFeatureIndex → GeoMesaFeatureIndex
  21. def getSplits(sft: SimpleFeatureType, partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  22. def getTableNames(sft: SimpleFeatureType, ds: CassandraDataStore, partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  23. def getTablesForQuery(sft: SimpleFeatureType, ds: CassandraDataStore, filter: Option[Filter]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  26. def keySpace: AttributeIndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraFeatureIndex
  27. lazy val logger: Logger

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

    Permalink
    Definition Classes
    CassandraAttributeIndex → GeoMesaFeatureIndex
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def removeAll(sft: SimpleFeatureType, ds: CassandraDataStore): Unit

    Permalink
    Definition Classes
    CassandraFeatureIndex → GeoMesaFeatureIndex
  33. def remover(sft: SimpleFeatureType, ds: CassandraDataStore): (CassandraFeature) ⇒ Seq[Seq[RowValue]]

    Permalink
    Definition Classes
    CassandraTieredFeatureIndexCassandraFeatureIndex → 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 shardStrategy(sft: SimpleFeatureType): ShardStrategy

    Permalink

    Strategy for sharding

    Strategy for sharding

    sft

    simple feature type

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraFeatureIndex
  37. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  39. def tableNameKey(partition: Option[String]): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  40. def tieredKeySpace(sft: SimpleFeatureType): Option[IndexKeySpace[_, _]]

    Permalink

    Tiered key space beyond the primary one, if any

    Tiered key space beyond the primary one, if any

    sft

    simple feature type

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexV1CassandraAttributeIndexCassandraTieredFeatureIndex
  41. def toFeaturesDirect(sft: SimpleFeatureType): (Row) ⇒ SimpleFeature

    Permalink
    Definition Classes
    ClientSideFiltering
  42. def toFeaturesWithFilter(sft: SimpleFeatureType, ecql: Filter): (Row) ⇒ Option[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  43. def toFeaturesWithFilterTransform(sft: SimpleFeatureType, ecql: Filter, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): (Row) ⇒ Option[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  44. def toFeaturesWithTransform(sft: SimpleFeatureType, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): (Row) ⇒ SimpleFeature

    Permalink
    Definition Classes
    ClientSideFiltering
  45. def toRowRanges(sft: SimpleFeatureType, range: ScanRange[AttributeIndexKey]): Seq[RowRange]

    Permalink

    Convert a generic scan into a c* select

    Convert a generic scan into a c* select

    sft

    simple feature type

    range

    range to scan

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraFeatureIndex
  46. def toTieredRowRange(lower: Array[Byte], upper: Array[Byte]): RowRange

    Permalink

    Convert a secondary scan into a c* select

    Convert a secondary scan into a c* select

    lower

    lower bound

    upper

    upper bound

    Attributes
    protected
    Definition Classes
    CassandraAttributeIndexCassandraTieredFeatureIndex
  47. val version: Int

    Permalink
    Definition Classes
    CassandraAttributeIndexV1CassandraAttributeIndex → GeoMesaFeatureIndex
  48. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    CassandraTieredFeatureIndexCassandraFeatureIndex → 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 CassandraAttributeIndex

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

Inherited from CassandraTieredFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from CassandraFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from ClientSideFiltering[Row]

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped