public interface SnapshotManager
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternateSnapshotIds(Snapshot snapshot,
List<String> alternateIds)
Adds a list of snapshot alternate Id's to a snapshot.
|
void |
addContentItem(Snapshot snapshot,
String contentId,
Map<String,String> props) |
void |
finalizeSnapshots()
This method runs through any snapshots with a status of CLEANING_UP and checks if the
corresponding space is empty.
|
Snapshot |
transferToDpnNodeComplete(String snapshotId)
Notifies the bridge that the snapshot's transfer to DPN node is complete.
|
Snapshot |
updateHistory(Snapshot snapshot,
String history)
Updates a snapshot's DPN history
|
void addContentItem(Snapshot snapshot, String contentId, Map<String,String> props) throws SnapshotException
snapshot - contentId - props - SnapshotExceptionvoid addAlternateSnapshotIds(Snapshot snapshot, List<String> alternateIds)
snapshot - alternateId - SnapshotExceptionSnapshot transferToDpnNodeComplete(String snapshotId) throws SnapshotException
snapshotId - SnapshotManagerExceptionSnapshotExceptionvoid finalizeSnapshots()
Copyright © 2014–2015 DuraSpace. All rights reserved.