Class Snapshot

java.lang.Object
com.tangosol.persistence.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 Details

    • 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 Details

    • 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