Package xtdb.api
Class NodeConfiguration.Builder
java.lang.Object
xtdb.api.NodeConfiguration.Builder
- Enclosing class:
- NodeConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Adds the module to the node configuration, with the default parameters.with
(String name, Consumer<ModuleConfiguration.Builder> f) Adds the given module to the node configuration.with
(String name, ModuleConfiguration module) Adds the given module to the node configuration.
-
Method Details
-
with
Adds the given module to the node configuration.- Returns:
- this
-
with
Adds the module to the node configuration, with the default parameters.- Returns:
- this
-
with
Adds the given module to the node configuration.- Returns:
- this
-
build
-