Class NBConfigSplitter
java.lang.Object
io.nosqlbench.nb.api.config.standard.NBConfigSplitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsplitConfigLoaders(String configs) Split off any clearly separate config loader specifications from the beginning or end, so they can be composed as an ordered set of config loaders.
-
Constructor Details
-
NBConfigSplitter
public NBConfigSplitter()
-
-
Method Details
-
splitConfigLoaders
Split off any clearly separate config loader specifications from the beginning or end, so they can be composed as an ordered set of config loaders.- Parameters:
configs- The string containing driver config specs as described in the cqld4.md documentation.- Returns:
- A list of zero or more strings, each representing a config source
-