Package com.tangosol.persistence
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return the name of the snapshot.String[]
listStores()
Return the identifiers of the PersistentStores that comprise the snapshot.
-