public class Snapshot extends Object
| Constructor and Description |
|---|
Snapshot(String sName, String[] asStores)
Create a new Snapshot with the given name and set of PersistentStore identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of the snapshot.
|
String[] |
listStores()
Return the identifiers of the PersistentStores that comprise the snapshot.
|