Was this page helpful?
ScyllaDB Java Driver is available under the Apache v2 License. ScyllaDB Java Driver is a fork of DataStax Java Driver. See Copyright here.
Caution
You're viewing documentation for a previous version of Scylla Java Driver. Switch to the latest stable version.
This covers utilities or concept that are shared throughout the codebase.
The context is what glues everything together, and your primary entry point to extend the driver.
We then explain the two major approaches to deal with concurrency in the driver.
Lastly, we briefly touch on the event bus, which is used to decouple some of the internal components through asynchronous messaging.
Was this page helpful?
ScyllaDB Java Driver is available under the Apache v2 License. ScyllaDB Java Driver is a fork of DataStax Java Driver. See Copyright here.