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 CassandraFeatureWriterFactoryType = FeatureWriterFactory[CassandraDataStore, CassandraFeature, Seq[RowValue]]

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

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

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

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

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

    Permalink
  10. type CassandraPartitionedFeatureWriterType = PartitionedFeatureWriter[CassandraDataStore, CassandraFeature, Seq[RowValue], String]

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

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

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

    Permalink
  14. type CassandraTableFeatureWriterType = TableFeatureWriter[CassandraDataStore, CassandraFeature, Seq[RowValue], String]

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

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

    Permalink
  17. 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