Uses of Class
org.opendaylight.controller.cluster.datastore.persisted.DatastoreSnapshot
-
Packages that use DatastoreSnapshot Package Description org.opendaylight.controller.cluster.databroker org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures.org.opendaylight.controller.cluster.datastore.shardmanager -
-
Uses of DatastoreSnapshot in org.opendaylight.controller.cluster.databroker
Constructors in org.opendaylight.controller.cluster.databroker with parameters of type DatastoreSnapshot Constructor Description ClientBackedDataStore(akka.actor.ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of DatastoreSnapshot in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreSnapshot Modifier and Type Method Description DatastoreSnapshotDatastoreSnapshotRestore. getAndRemove(String datastoreType)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreSnapshot 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 DatastoreSnapshot in org.opendaylight.controller.cluster.datastore.persisted
Constructor parameters in org.opendaylight.controller.cluster.datastore.persisted with type arguments of type DatastoreSnapshot Constructor Description DatastoreSnapshotList(List<DatastoreSnapshot> snapshots) -
Uses of DatastoreSnapshot in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type DatastoreSnapshot Modifier and Type Method Description TAbstractShardManagerCreator. restoreFromSnapshot(DatastoreSnapshot newRestoreFromSnapshot)
-