| File was renamed from opends/src/server/org/opends/server/replication/server/changelog/api/CNIndexData.java |
| | |
| | | * The Change Number Index Data class represents records stored in the |
| | | * {@link ChangeNumberIndexDB}. |
| | | */ |
| | | public class CNIndexData |
| | | public class CNIndexRecord |
| | | { |
| | | |
| | | /** This is the key used to store the rest of the . */ |
| | |
| | | * @param csn |
| | | * the replication CSN field |
| | | */ |
| | | public CNIndexData(long changeNumber, String previousCookie, String baseDN, |
| | | public CNIndexRecord(long changeNumber, String previousCookie, String baseDN, |
| | | CSN csn) |
| | | { |
| | | super(); |