Uses of Class
org.exoplatform.services.jcr.ext.backup.impl.FixupStream
Packages that use FixupStream
-
Uses of FixupStream in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl that return types with arguments of type FixupStreamMethods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type FixupStreamModifier and TypeMethodDescriptionvoidPendingChangesLog.addNewStream(FixupStream fs) addNewStream.booleanFixupStream.compare(FixupStream fs) compare.PendingChangesLog.getRandomAccessFile(FixupStream fs) getRandomAccessFile.Constructor parameters in org.exoplatform.services.jcr.ext.backup.impl with type arguments of type FixupStreamModifierConstructorDescriptionPendingChangesLog(org.exoplatform.services.jcr.dataflow.TransactionChangesLog transactionChangesLog, List<FixupStream> listFixupStreams, List<org.exoplatform.services.jcr.impl.util.io.SpoolFile> listFiles, org.exoplatform.services.jcr.impl.util.io.FileCleaner fileCleaner) PendingChangesLog constructor.