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(hosts: Seq[String], username: String = "", password: String = "", replicationStrategy: String = ..., replicationFactor: Int = ..., localDc: String = Cassandra.cfg.getString("localDc"), usedHostsPerRemoteDc: Int = ..., allowRemoteDCsForLocalConsistencyLevel: Boolean = ...) extends CassandraInstance with Product with Serializable

    Permalink
  2. class CassandraAttributeStore extends DiscreteLayerAttributeStore

    Permalink
  3. class CassandraCollectionLayerReader extends CollectionLayerReader[LayerId]

    Permalink
  4. trait CassandraInstance extends Serializable

    Permalink
  5. class CassandraLayerCopier extends LayerCopier[LayerId]

    Permalink
  6. class CassandraLayerDeleter extends LazyLogging with LayerDeleter[LayerId]

    Permalink
  7. case class CassandraLayerHeader(keyClass: String, valueClass: String, keyspace: String, tileTable: String) extends LayerHeader with Product with Serializable

    Permalink
  8. class CassandraLayerManager extends LayerManager[LayerId]

    Permalink
  9. class CassandraLayerProvider extends AttributeStoreProvider with LayerReaderProvider with LayerWriterProvider with ValueReaderProvider

    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

  10. class CassandraLayerReader extends FilteringLayerReader[LayerId]

    Permalink
  11. class CassandraLayerReindexer extends LayerReindexer[LayerId]

    Permalink
  12. class CassandraLayerUpdater extends LayerUpdater[LayerId] with LazyLogging

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

    Permalink
  14. class CassandraValueReader extends OverzoomingValueReader

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped