Uses of Class
org.opendaylight.controller.cluster.datastore.DatastoreContextIntrospector
-
Packages that use DatastoreContextIntrospector Package Description org.opendaylight.controller.cluster.datastore -
-
Uses of DatastoreContextIntrospector in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreContextIntrospector Modifier and Type Method Description DatastoreContextIntrospectorDatastoreContextIntrospectorFactory. newInstance(org.opendaylight.mdsal.common.api.LogicalDatastoreType datastoreType, @Nullable Map<String,Object> properties)Create a newDatastoreContextIntrospectorinitialized with specified properties.Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContextIntrospector Modifier and Type Method Description static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContext initialDatastoreContext, DatastoreContextIntrospector introspector, DatastoreSnapshotRestore datastoreSnapshotRestore, Configuration orgConfig)static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContextIntrospector Constructor Description DatastoreContextFactory(DatastoreContextIntrospector introspector)DatastoreContextPropertiesUpdater(DatastoreContextIntrospector introspector, Map<String,Object> props)Base init of updater for DatastoreContext settings with base properties.
-