Class DistributedDataStoreFactory
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.DistributedDataStoreFactory
-
public final class DistributedDataStoreFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractDataStorecreateInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)static AbstractDataStorecreateInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig)
-
-
-
Method Detail
-
createInstance
public static AbstractDataStore createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)
-
createInstance
public static AbstractDataStore createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig)
-
-