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.
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 explain the two major approaches to deal with concurrency in the driver.
the event bus 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.