SessionBuilder

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(cfg: Config): CqlSessionBuilder

Reference configuration: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/ config values should be under datastax-java-driver sample HOCON config section:

Reference configuration: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/ config values should be under datastax-java-driver sample HOCON config section:

{
  basic.contact-points = [ "127.0.0.1:9042" ]
  basic.load-balancing-policy.local-datacenter = dc1
  basic.config-reload-interval = 7 minutes
  basic.request.consistency = LOCAL_QUORUM
  advanced.connection.connect-timeout = 21 seconds

}