Class Snapshot


  • public class Snapshot
    extends Object
    A Snapshot is the abstraction of a full or partial snapshot representation for the purposes of archiving.
    Since:
    12.2.1
    Author:
    jh/tam 2014.03.05
    • Constructor Detail

      • Snapshot

        public Snapshot​(String sName,
                        String[] asStores)
        Create a new Snapshot with the given name and set of PersistentStore identifiers.
        Parameters:
        sName - the name of the snapshot
        asStores - the identifiers of the PersistentStores that comprise the snapshot
    • Method Detail

      • getName

        public String getName()
        Return the name of the snapshot.
        Returns:
        the name of the snapshot
      • listStores

        public String[] listStores()
        Return the identifiers of the PersistentStores that comprise the snapshot.
        Returns:
        a list of the store identifiers