p

geotrellis.store

cassandra

package cassandra

Linear Supertypes
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. case class BaseCassandraInstance(getCluster: () ⇒ Cluster, cassandraConfig: CassandraConfig) extends CassandraInstance with Product with Serializable
  2. class BigIntegerIffBigint extends TypeCodec[BigInteger]
  3. class CassandraAttributeStore extends DiscreteLayerAttributeStore
  4. 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

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

Inherited from AnyRef

Inherited from Any

Ungrouped