Config¶
Introduction¶
As the name suggests, this module provides library interface for Configuration,
passed by --config, that Open/R needs. It performs sanitization checks and
provide C++ wrapper over config object.
APIs¶
For more information about config format, check out
Accessor Methods¶
Submodule config. e.g.
getSparkConfig(),getKvStoreConfig()Optional field access - return false if not set. e.g.
isV4Enabled(),isSegmentRoutingEnabled()