Uses of Interface
org.opendaylight.controller.cluster.datastore.DatastoreSnapshotRestore
-
Packages that use DatastoreSnapshotRestore Package Description org.opendaylight.controller.cluster.datastore -
-
Uses of DatastoreSnapshotRestore in org.opendaylight.controller.cluster.datastore
Classes in org.opendaylight.controller.cluster.datastore that implement DatastoreSnapshotRestore Modifier and Type Class Description classDefaultDatastoreSnapshotRestoreThis class looks for a previously saved data store backup file in a directory and, if found, de-serializes the DatastoreSnapshot instances.Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreSnapshotRestore 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)
-