Interface StashObjectsWriter
- All Known Implementing Classes:
StashObjectsWriterImpl
public interface StashObjectsWriter
Writes ImportedObjectV2 objects to a storage.
- Since:
- 8.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes the stash.longvoidwriteObject(ImportedObjectV2 object) Writes an object to the stash.
-
Method Details
-
writeObject
Writes an object to the stash.- Parameters:
object- object- Throws:
BackupRestoreException
-
getNumberOfWrittenObjects
long getNumberOfWrittenObjects()- Returns:
- number of written objects.
-
close
Closes the stash.- Throws:
BackupRestoreException
-