Uses of Class
org.exoplatform.services.jcr.ext.backup.impl.FixupStream
-
Packages that use FixupStream Package Description org.exoplatform.services.jcr.ext.backup.impl -
-
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 FixupStream Modifier and Type Method Description List<FixupStream>PendingChangesLog. getFixupStreams()getFixupStreams.Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type FixupStream Modifier and Type Method Description voidPendingChangesLog. addNewStream(FixupStream fs)addNewStream.booleanFixupStream. compare(FixupStream fs)compare.RandomAccessFilePendingChangesLog. getRandomAccessFile(FixupStream fs)getRandomAccessFile.Constructor parameters in org.exoplatform.services.jcr.ext.backup.impl with type arguments of type FixupStream Constructor Description PendingChangesLog(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.
-