Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStash
-
Packages that use ImportedObjectsStash Package Description com.atlassian.confluence.impl.backuprestore.restore.persisters com.atlassian.confluence.impl.backuprestore.restore.stash -
-
Uses of ImportedObjectsStash in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ImportedObjectsStash Modifier and Type Method Description intObjectQueueProcessor. processChunkOfStash(ImportedObjectsStash stash, IdMapper idMapper)Processes a small piece of data from the stash async. -
Uses of ImportedObjectsStash in com.atlassian.confluence.impl.backuprestore.restore.stash
Classes in com.atlassian.confluence.impl.backuprestore.restore.stash that implement ImportedObjectsStash Modifier and Type Class Description classImportedObjectsStashImplAllows to temporarily "stash" imported objects and then read them.Methods in com.atlassian.confluence.impl.backuprestore.restore.stash that return ImportedObjectsStash Modifier and Type Method Description ImportedObjectsStashImportedObjectsStashFactory. createStash(String name)ImportedObjectsStashImportedObjectsStashFactory. createStash(String name, int iteration)ImportedObjectsStashImportedObjectsStashFactoryImpl. createStash(String name)ImportedObjectsStashImportedObjectsStashFactoryImpl. createStash(String name, int iteration)
-