Class

geotrellis.spark.io.cassandra

BaseCassandraInstance

Related Doc: package cassandra

Permalink

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

Linear Supertypes
Product, Equals, CassandraInstance, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseCassandraInstance
  2. Product
  3. Equals
  4. CassandraInstance
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseCassandraInstance(hosts: Seq[String], username: String = "", password: String = "", replicationStrategy: String = ..., replicationFactor: Int = ..., localDc: String = Cassandra.cfg.getString("localDc"), usedHostsPerRemoteDc: Int = ..., allowRemoteDCsForLocalConsistencyLevel: Boolean = ...)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allowRemoteDCsForLocalConsistencyLevel: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def closeAsync: CloseFuture

    Permalink
    Definition Classes
    CassandraInstance
  8. lazy val cluster: Cluster

    Permalink
    Definition Classes
    CassandraInstance
  9. def dropKeyspace(keyspace: String, session: Session): Unit

    Permalink
    Definition Classes
    CassandraInstance
  10. def ensureKeyspaceExists(keyspace: String, session: Session): Unit

    Permalink
    Definition Classes
    CassandraInstance
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getCluster: Cluster

    Permalink

    Functions to get cluster / session for custom logic, where function wrapping can have an impact on speed

    Functions to get cluster / session for custom logic, where function wrapping can have an impact on speed

    Definition Classes
    CassandraInstance
  15. def getLoadBalancingPolicy: TokenAwarePolicy

    Permalink
    Definition Classes
    CassandraInstance
  16. def getSession: Session

    Permalink
    Definition Classes
    CassandraInstance
  17. val hosts: Seq[String]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val localDc: String

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val password: String

    Permalink
  24. val replicationFactor: Int

    Permalink
  25. val replicationStrategy: String

    Permalink
  26. lazy val session: Session

    Permalink
    Definition Classes
    CassandraInstance
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val usedHostsPerRemoteDc: Int

    Permalink
  29. val username: String

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withSession[T](block: (Session) ⇒ T): T

    Permalink

    Without session close, for a custom session close

    Without session close, for a custom session close

    Definition Classes
    CassandraInstance
  34. def withSessionDo[T](block: (Session) ⇒ T): T

    Permalink

    With session close

    With session close

    Definition Classes
    CassandraInstance

Inherited from Product

Inherited from Equals

Inherited from CassandraInstance

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped