Uses of Class
org.opendaylight.controller.cluster.datastore.DatastoreContextFactory
-
-
Uses of DatastoreContextFactory in org.opendaylight.controller.cluster.databroker
Constructors in org.opendaylight.controller.cluster.databroker with parameters of type DatastoreContextFactory Constructor Description ClientBackedDataStore(akka.actor.ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of DatastoreContextFactory in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreContextFactory Modifier and Type Method Description DatastoreContextFactoryDatastoreContextIntrospector. newContextFactory()Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContextFactory Modifier and Type Method Description voidAbstractDataStore. onDatastoreContextUpdated(DatastoreContextFactory contextFactory)voidDatastoreContextPropertiesUpdater.Listener. onDatastoreContextUpdated(DatastoreContextFactory contextFactory)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContextFactory Constructor Description AbstractDataStore(akka.actor.ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot)DistributedDataStore(akka.actor.ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of DatastoreContextFactory in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type DatastoreContextFactory Modifier and Type Method Description TAbstractShardManagerCreator. datastoreContextFactory(DatastoreContextFactory newDatastoreContextFactory) -
Uses of DatastoreContextFactory in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils with parameters of type DatastoreContextFactory Modifier and Type Method Description voidActorUtils. setDatastoreContext(DatastoreContextFactory contextFactory)
-