Package com.tangosol.persistence
Class Snapshot
java.lang.Object
com.tangosol.persistence.Snapshot
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- 
SnapshotCreate 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- 
getNameReturn the name of the snapshot.- Returns:
- the name of the snapshot
 
- 
listStoresReturn the identifiers of the PersistentStores that comprise the snapshot.- Returns:
- a list of the store identifiers
 
 
-