public final class ChangeNumberIndexRecord extends Object
ChangeNumberIndexDB
. It stores data about a change that happened with
the replication.Constructor and Description |
---|
ChangeNumberIndexRecord(DN baseDN,
CSN csn)
Builds an instance of this class, with changeNumber equal to 0.
|
ChangeNumberIndexRecord(long changeNumber,
DN baseDN,
CSN csn)
Builds an instance of this class.
|
public ChangeNumberIndexRecord(long changeNumber, DN baseDN, CSN csn)
changeNumber
- the change numberbaseDN
- the baseDNcsn
- the replication CSN fieldpublic ChangeNumberIndexRecord(DN baseDN, CSN csn)
baseDN
- the baseDNcsn
- the replication CSN fieldChangeNumberIndexRecord(long, DN, CSN)
public long getChangeNumber()
Copyright 2010-2017 ForgeRock AS.