Uses of Class
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
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreSnapshotRestore Modifier and Type Method Description static DatastoreSnapshotRestoreDatastoreSnapshotRestore. instance(String restoreDirectoryPath)Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreSnapshotRestore Modifier and Type Method Description 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)
-