Class HybridModuleShardConfigProvider
java.lang.Object
org.opendaylight.controller.cluster.datastore.config.HybridModuleShardConfigProvider
- All Implemented Interfaces:
ModuleShardConfigProvider
-
Constructor Summary
ConstructorsConstructorDescriptionHybridModuleShardConfigProvider
(com.typesafe.config.Config moduleShardsConfig, String modulesConfigPath) -
Method Summary
Modifier and TypeMethodDescriptionretrieveModuleConfigs
(Configuration configuration) Returns a Map of ModuleConfig Builder instances keyed by module name.
-
Constructor Details
-
HybridModuleShardConfigProvider
public HybridModuleShardConfigProvider(com.typesafe.config.Config moduleShardsConfig, String modulesConfigPath)
-
-
Method Details
-
retrieveModuleConfigs
Description copied from interface:ModuleShardConfigProvider
Returns a Map of ModuleConfig Builder instances keyed by module name.
-