Class ImportedObjectsStashImpl

java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashImpl
All Implemented Interfaces:
ImportedObjectsStash

public class ImportedObjectsStashImpl extends Object implements ImportedObjectsStash
Allows to temporarily "stash" imported objects and then read them. For performance reasons, current implementation allows to write records first and read them only when all records are written. When the reading started, no more writing is allowed.
Since:
7.20.0