Class DefaultDatastoreSnapshotRestore

  • All Implemented Interfaces:
    DatastoreSnapshotRestore

    @Beta
    public final class DefaultDatastoreSnapshotRestore
    extends Object
    implements DatastoreSnapshotRestore
    This class looks for a previously saved data store backup file in a directory and, if found, de-serializes the DatastoreSnapshot instances. This class has a static singleton that is created on bundle activation.
    Author:
    Thomas Pantelis