Expand description
Session creation and storage
Structsยง
- Cassandra
Session ๐All interaction with cassandra goes through this struct.
Enumsยง
- Compression
Choice ๐Configuration Choices for compression - TlsChoice ๐Configuration Choices for TLS.
Staticsยง
- PERSISTENT_
SESSION ๐Persistent DB Session. - VOLATILE_
SESSION ๐Volatile DB Session.
Functionsยง
- 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.