Interface StashObjectsWriter
- All Known Implementing Classes:
StashObjectsWriterImpl
public interface StashObjectsWriter
Writes ImportedObjectV2 objects to a storage.
- Since:
- 8.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Closes the stash.long
void
writeObject
(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
-