Uses of Class
org.exoplatform.services.jcr.ext.replication.FixupStream

Packages that use FixupStream
org.exoplatform.services.jcr.ext.replication   
 

Uses of FixupStream in org.exoplatform.services.jcr.ext.replication
 

Methods in org.exoplatform.services.jcr.ext.replication that return FixupStream
 FixupStream Packet.getFixupStream()
          getFixupStream.
 

Methods in org.exoplatform.services.jcr.ext.replication that return types with arguments of type FixupStream
 java.util.List<FixupStream> PendingChangesLog.getFixupStreams()
          getFixupStreams.
 

Methods in org.exoplatform.services.jcr.ext.replication with parameters of type FixupStream
 void PendingChangesLog.addNewStream(FixupStream fs)
          addNewStream.
 boolean FixupStream.compare(FixupStream fs)
          compare.
 java.io.RandomAccessFile PendingChangesLog.getRandomAccessFile(FixupStream fs)
          getRandomAccessFile.
 void Packet.setFixupStream(FixupStream fs)
          setFixupStream.
 

Constructors in org.exoplatform.services.jcr.ext.replication with parameters of type FixupStream
Packet(int type, FixupStream fs, java.lang.String identifier)
          Packet constructor.
Packet(int type, FixupStream fs, java.lang.String identifier, byte[] buf)
          Packet constructor.
 

Constructor parameters in org.exoplatform.services.jcr.ext.replication with type arguments of type FixupStream
PendingChangesLog(TransactionChangesLog transactionChangesLog, java.util.List<FixupStream> listFixupStreams, java.util.List<java.io.File> listFiles, FileCleaner fileCleaner)
          PendingChangesLog constructor.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.