Uses of Interface
org.apache.directory.mitosis.store.ReplicationLogIterator

Packages that use ReplicationLogIterator
org.apache.directory.mitosis.store   
org.apache.directory.mitosis.store.derby   
 

Uses of ReplicationLogIterator in org.apache.directory.mitosis.store
 

Methods in org.apache.directory.mitosis.store that return ReplicationLogIterator
 ReplicationLogIterator ReplicationStore.getLogs(CSN fromCSN, boolean inclusive)
          Queries all operations that is greater than the specified CSN.
 ReplicationLogIterator ReplicationStore.getLogs(CSNVector updateVector, boolean inclusive)
          Queries all operations that is greater than the specified CSNVector.
 

Uses of ReplicationLogIterator in org.apache.directory.mitosis.store.derby
 

Methods in org.apache.directory.mitosis.store.derby that return ReplicationLogIterator
 ReplicationLogIterator DerbyReplicationStore.getLogs(CSN fromCSN, boolean inclusive)
           
 ReplicationLogIterator DerbyReplicationStore.getLogs(CSNVector updateVector, boolean inclusive)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.