Class OSGiDistributedDataStore
java.lang.Object
org.opendaylight.controller.cluster.datastore.OSGiDistributedDataStore
Global bootstrap component. It is responsible to start all distributed datastore instances and activate
OSGiDOMStore
as appropriate. It also provides routing of datastore proprerties towards AbstractDataStore.-
Constructor Summary
ConstructorsConstructorDescriptionOSGiDistributedDataStore
(DOMSchemaService schemaService, ActorSystemProvider actorSystemProvider, DatastoreContextIntrospectorFactory introspectorFactory, DatastoreSnapshotRestore snapshotRestore, ModuleShardConfigProvider configProvider, org.osgi.service.component.ComponentFactory<OSGiDOMStore> datastoreFactory, Map<String, Object> properties) -
Method Summary
-
Constructor Details
-
OSGiDistributedDataStore
public OSGiDistributedDataStore(DOMSchemaService schemaService, ActorSystemProvider actorSystemProvider, DatastoreContextIntrospectorFactory introspectorFactory, DatastoreSnapshotRestore snapshotRestore, ModuleShardConfigProvider configProvider, org.osgi.service.component.ComponentFactory<OSGiDOMStore> datastoreFactory, Map<String, Object> properties)
-