Package

org.locationtech.geomesa

cassandra

Permalink

package cassandra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cassandra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type CassandraAppendFeatureWriterType = GeoMesaAppendFeatureWriter[CassandraDataStore, CassandraFeature, Seq[RowValue], String]

    Permalink
  2. type CassandraDataStoreType = GeoMesaDataStore[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  3. type CassandraFeatureIndexType = GeoMesaFeatureIndex[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  4. type CassandraFeatureWriterType = GeoMesaFeatureWriter[CassandraDataStore, CassandraFeature, Seq[RowValue], String]

    Permalink
  5. type CassandraFilterPlanType = FilterPlan[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  6. type CassandraFilterStrategyType = FilterStrategy[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  7. type CassandraIndexManagerType = GeoMesaIndexManager[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  8. type CassandraModifyFeatureWriterType = GeoMesaModifyFeatureWriter[CassandraDataStore, CassandraFeature, Seq[RowValue], String]

    Permalink
  9. type CassandraQueryPlanType = QueryPlan[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  10. type CassandraQueryPlannerType = QueryPlanner[CassandraDataStore, CassandraFeature, Seq[RowValue]]

    Permalink
  11. case class CassandraRow(table: String, values: Seq[RowValue]) extends Product with Serializable

    Permalink
  12. case class NamedColumn(name: String, i: Int, cType: String, jType: Class[_], partition: Boolean = false) extends Product with Serializable

    Permalink
  13. case class RowRange(column: NamedColumn, start: AnyRef, end: AnyRef) extends Product with Serializable

    Permalink
  14. case class RowValue(column: NamedColumn, value: AnyRef) extends Product with Serializable

    Permalink

Value Members

  1. object CassandraSystemProperties

    Permalink
  2. package data

    Permalink
  3. package index

    Permalink
  4. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped