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