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
-
Snapshot
Create a new Snapshot with the given name and set of PersistentStore identifiers.- Parameters:
sName
- the name of the snapshotasStores
- the identifiers of the PersistentStores that comprise the snapshot
-
-
Method Details
-
getName
Return the name of the snapshot.- Returns:
- the name of the snapshot
-
listStores
Return the identifiers of the PersistentStores that comprise the snapshot.- Returns:
- a list of the store identifiers
-