package javadsl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class CassandraSession extends AnyRef
Data Access Object for Cassandra.
Data Access Object for Cassandra. The statements are expressed in Apache Cassandra Query Language (CQL) syntax.
See even CQL for Datastax Enterprise.
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.
- final class CassandraSessionRegistry extends AnyRef
Value Members
- object CassandraFlow
Java API to create Cassandra flows.
- object CassandraSessionRegistry
This Cassandra session registry makes it possible to share Cassandra sessions between multiple use sites in the same
ActorSystem
(important for the Cassandra Pekko Persistence plugin where it is shared between journal, query plugin and snapshot plugin) - object CassandraSource
Java API.