Package

geotrellis.spark.io

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. 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 CassandraCollectionLayerReader extends CollectionLayerReader[LayerId]

    Permalink
  5. trait CassandraInstance extends Serializable

    Permalink
  6. class CassandraLayerCopier extends LayerCopier[LayerId]

    Permalink
  7. class CassandraLayerDeleter extends LazyLogging with 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 CassandraLayerManager extends LayerManager[LayerId]

    Permalink
  10. class CassandraLayerProvider extends AttributeStoreProvider with LayerReaderProvider with LayerWriterProvider 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

  11. class CassandraLayerReader extends FilteringLayerReader[LayerId]

    Permalink
  12. class CassandraLayerReindexer extends LayerReindexer[LayerId]

    Permalink
  13. class CassandraLayerWriter extends LayerWriter[LayerId] with LazyLogging

    Permalink
  14. 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 CassandraLayerCopier

    Permalink
  8. object CassandraLayerDeleter

    Permalink
  9. object CassandraLayerHeader extends Serializable

    Permalink
  10. object CassandraLayerMover

    Permalink
  11. object CassandraLayerReader

    Permalink
  12. object CassandraLayerReindexer

    Permalink
  13. object CassandraLayerWriter

    Permalink
  14. object CassandraRDDReader

    Permalink
  15. object CassandraRDDWriter

    Permalink
  16. object CassandraValueReader

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

    Permalink
  18. package conf

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped