public class SettingsGroupFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Map.Entry<String,ConfigValue>> |
ORIGIN_COMPARATOR
A comparator for configuration entries that preserves the original order in which they are
found in the configuration file.
|
| Constructor and Description |
|---|
SettingsGroupFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SettingsGroup> |
createDSBulkConfigurationGroups(boolean includeDriver)
Creates the configuration sections for DSBulk.
|
public static final Comparator<Map.Entry<String,ConfigValue>> ORIGIN_COMPARATOR
public static Map<String,SettingsGroup> createDSBulkConfigurationGroups(boolean includeDriver)
includeDriver - Whether to include a driver section or not.Copyright © 2017–2021 DataStax. All rights reserved.