Packages

package cassandra

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CassandraPersistenceComponents extends PersistenceComponents with ReadSideCassandraPersistenceComponents with WriteSideCassandraPersistenceComponents

    Persistence Cassandra components (for compile-time injection).

  2. trait CassandraReadSide extends AnyRef
  3. final class CassandraSession extends AnyRef

    Data Access Object for Cassandra.

    Data Access Object for Cassandra. The statements are expressed in Cassandra Query Language (CQL) syntax.

    The configured keyspace is automatically created if it doesn't already exists. The keyspace is also set as the current keyspace, i.e. it doesn't have to be qualified in the statements.

    All methods are non-blocking.

  4. trait ReadSideCassandraPersistenceComponents extends ReadSidePersistenceComponents

    Read-side persistence Cassandra components (for compile-time injection).

  5. trait WriteSideCassandraPersistenceComponents extends WriteSidePersistenceComponents

    Write-side persistence Cassandra components (for compile-time injection).

  6. abstract class CassandraConfig extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) This class became obsolete and will be removed on next release

  7. final case class CassandraContactPoint(name: String, uri: URI) extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) This class became obsolete and will be removed on next release

Value Members

  1. object CassandraReadSide

    Cassandra read side support.

    Cassandra read side support.

    This should be used to build and register a read side processor.

Ungrouped