Package

akka.persistence.cassandra.session

javadsl

Permalink

package javadsl

Visibility
  1. Public
  2. All

Type Members

  1. final class CassandraSession extends AnyRef

    Permalink

    Data Access Object for Cassandra.

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

    The init hook is called before the underlying session is used by other methods, so it can be used for things like creating the keyspace and tables.

    All methods are non-blocking.

Ungrouped