| | |
| | | import org.opends.server.replication.protocol.UpdateMsg; |
| | | import org.opends.server.replication.server.ReplicationDB.ReplServerDBCursor; |
| | | import org.opends.server.replication.server.changelog.api.ChangelogException; |
| | | import org.opends.server.replication.server.changelog.api.ReplicationIterator; |
| | | import org.opends.server.types.Attribute; |
| | | import org.opends.server.types.Attributes; |
| | | import org.opends.server.types.InitializationException; |
| | |
| | | { |
| | | flush(); |
| | | } |
| | | return new ReplicationIterator(db, changeNumber, this); |
| | | return new JEReplicationIterator(db, changeNumber, this); |
| | | } |
| | | |
| | | /** |