Class FileModuleShardConfigProvider
java.lang.Object
org.opendaylight.controller.cluster.datastore.config.FileModuleShardConfigProvider
- All Implemented Interfaces:
ModuleShardConfigProvider
Implementation of ModuleShardConfigProvider that reads the module and shard configuration from files.
- Author:
- Thomas Pantelis
-
Constructor Summary
ConstructorsConstructorDescriptionFileModuleShardConfigProvider
(String moduleShardsConfigPath, String modulesConfigPath) -
Method Summary
Modifier and TypeMethodDescriptionretrieveModuleConfigs
(Configuration configuration) Returns a Map of ModuleConfig Builder instances keyed by module name.
-
Constructor Details
-
FileModuleShardConfigProvider
public FileModuleShardConfigProvider() -
FileModuleShardConfigProvider
-
-
Method Details
-
retrieveModuleConfigs
Description copied from interface:ModuleShardConfigProvider
Returns a Map of ModuleConfig Builder instances keyed by module name.
-