Package org.apache.ignite.configuration
Interface ConfigurationDynamicDefaultsPatcher
public interface ConfigurationDynamicDefaultsPatcher
Patcher for the configuration. This patcher is used to patch the configuration with the dynamic default values that are not known at the
compile time.
-
Method Summary
Modifier and TypeMethodDescriptionpatchWithDynamicDefaults(String hocon) Patches the configuration with the dynamic default values that are not known at the compile time.
-
Method Details
-
patchWithDynamicDefaults
Patches the configuration with the dynamic default values that are not known at the compile time.- Parameters:
hocon- The configuration in HOCON format.- Returns:
- The patched configuration in HOCON format.
-