Package

geotrellis.store

cassandra

Permalink

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

    Permalink
  2. class BigIntegerIffBigint extends TypeCodec[BigInteger]

    Permalink
  3. class CassandraAttributeStore extends DiscreteLayerAttributeStore

    Permalink
  4. class CassandraCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

    Permalink

    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]

    Permalink
  6. trait CassandraInstance extends Serializable

    Permalink
  7. class CassandraLayerDeleter extends LayerDeleter[LayerId]

    Permalink
  8. case class CassandraLayerHeader(keyClass: String, valueClass: String, keyspace: String, tileTable: String, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable

    Permalink
  9. class CassandraValueReader extends OverzoomingValueReader

    Permalink

Value Members

  1. object BaseCassandraInstance extends Serializable

    Permalink
  2. object Cassandra

    Permalink
  3. object CassandraAttributeStore extends Serializable

    Permalink
  4. object CassandraCollectionLayerReader

    Permalink
  5. object CassandraCollectionReader

    Permalink
  6. object CassandraInstance extends Serializable

    Permalink
  7. object CassandraLayerDeleter

    Permalink
  8. object CassandraLayerHeader extends Serializable

    Permalink
  9. object CassandraValueReader

    Permalink
  10. implicit def bigToBig(i: BigInt): BigInteger

    Permalink
  11. package conf

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped