Packages

p

geotrellis.store

cassandra

package cassandra

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cassandra
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class AsyncResultSetOps extends AnyVal
  2. case class BaseCassandraInstance(getSession: () ⇒ CqlSession, cassandraConfig: CassandraConfig) extends CassandraInstance with Product with Serializable
  3. implicit final class BigIntOps extends AnyVal
  4. class CassandraAttributeStore extends DiscreteLayerAttributeStore
  5. class CassandraCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

    Provides CassandraAttributeStore instance for URI with cassandra scheme.

    Provides CassandraAttributeStore instance for URI with cassandra scheme. ex: cassandra://[user:password@]zookeeper[:port][/keyspace][?attributes=table1[&layers=table2]]

    Metadata table name is optional, not provided default value will be used. Layers table name is required to instantiate a LayerWriter

  6. class CassandraCollectionLayerReader extends CollectionLayerReader[LayerId]
  7. trait CassandraInstance extends Serializable
  8. class CassandraLayerDeleter extends LayerDeleter[LayerId]
  9. case class CassandraLayerHeader(keyClass: String, valueClass: String, keyspace: String, tileTable: String, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable
  10. class CassandraValueReader extends OverzoomingValueReader
  11. implicit final class CqlSessionOps extends AnyVal

Concrete Value Members

  1. object BaseCassandraInstance extends Serializable
  2. object Cassandra
  3. object CassandraAttributeStore extends Serializable
  4. object CassandraCollectionLayerReader
  5. object CassandraCollectionReader
  6. object CassandraInstance extends Serializable
  7. object CassandraLayerDeleter
  8. object CassandraLayerHeader extends Serializable
  9. object CassandraValueReader