Package | Description |
---|---|
com.datastax.oss.driver.api.core.config |
The configuration of the driver.
|
Modifier and Type | Method and Description |
---|---|
static OptionsMap |
OptionsMap.driverDefaults()
Creates a new instance that contains the driver's default configuration.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
OptionsMap.fillWithDriverDefaults(OptionsMap map) |
static DriverConfigLoader |
DriverConfigLoader.fromMap(OptionsMap source)
Builds an instance backed by an
OptionsMap , which holds all options in memory. |
Modifier and Type | Method and Description |
---|---|
void |
OptionsMap.addChangeListener(Consumer<OptionsMap> listener)
Registers a listener that will get notified when this object changes.
|
boolean |
OptionsMap.removeChangeListener(Consumer<OptionsMap> listener)
Unregisters a listener that was previously registered with
addChangeListener(Consumer) . |
Copyright © 2017–2024. All rights reserved.