| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.datastore |
| Modifier and Type | Method and Description |
|---|---|
DatastoreContextIntrospector |
DatastoreContextIntrospectorFactory.newInstance(org.opendaylight.mdsal.common.api.LogicalDatastoreType datastoreType) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater) |
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater,
Configuration orgConfig) |
| Constructor and Description |
|---|
DatastoreContextFactory(DatastoreContextIntrospector introspector) |
DatastoreContextPropertiesUpdater(DatastoreContextIntrospector introspector,
Map<String,Object> props)
Base init of updater for DatastoreContext settings with base properties.
|
Copyright © 2019 OpenDaylight. All rights reserved.