Expand description
Session creation and storage
Structsยง
- Cassandra
Session ๐ - All interaction with cassandra goes through this struct.
 
Enumsยง
- Cassandra
Session ๐Error  - Represents errors that can occur while interacting with a Cassandra session.
 - Compression
Choice ๐ - Configuration Choices for compression
 - TlsChoice ๐
 - Configuration Choices for TLS.
 
Staticsยง
- INIT_
SESSION_ ๐ERROR  - Session error while initialization.
 - PERSISTENT_
SESSION ๐ - Persistent DB Session.
 - VOLATILE_
SESSION ๐ - Volatile DB Session.
 
Functionsยง
- make_
execution_ ๐profile  - Create a new execution profile based on the given configuration.
 - make_
session ๐ - Construct a session based on the given configuration.
 - retry_
init ๐ - Continuously try and init the DB, if it fails, backoff.