Package | Description |
---|---|
com.datastax.dse.driver.api.core.config | |
com.datastax.oss.driver.api.core.config |
The configuration of the driver.
|
Modifier and Type | Method and Description |
---|---|
static ProgrammaticDriverConfigLoaderBuilder |
DseDriverConfigLoader.programmaticBuilder()
Deprecated.
This method only exists for backward compatibility. It delegates to
DriverConfigLoader.programmaticBuilder() , which you should call directly instead. |
Modifier and Type | Method and Description |
---|---|
ProgrammaticDriverConfigLoaderBuilder |
ProgrammaticDriverConfigLoaderBuilder.endProfile()
Ends the definition of a profile.
|
static ProgrammaticDriverConfigLoaderBuilder |
DriverConfigLoader.programmaticBuilder()
Starts a builder that allows configuration options to be overridden programmatically.
|
static ProgrammaticDriverConfigLoaderBuilder |
DriverConfigLoader.programmaticBuilder(ClassLoader appClassLoader)
Just like
DriverConfigLoader.programmaticBuilder() except that application-specific classpath resources
will be located using the provided ClassLoader instead of the current thread's context class loader. |
ProgrammaticDriverConfigLoaderBuilder |
ProgrammaticDriverConfigLoaderBuilder.startProfile(String profileName)
Starts the definition of a new profile.
|
Copyright © 2017–2024. All rights reserved.