public final class ChangeNumberIndexRecord extends Object
ChangeNumberIndexDB. It stores data about a change that happened with
the replication.| Constructor and Description |
|---|
ChangeNumberIndexRecord(org.forgerock.opendj.ldap.DN baseDN,
CSN csn)
Builds an instance of this class, with changeNumber equal to 0.
|
ChangeNumberIndexRecord(long changeNumber,
org.forgerock.opendj.ldap.DN baseDN,
CSN csn)
Builds an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.DN |
getBaseDN()
Getter for the baseDN field.
|
long |
getChangeNumber()
Getter for the change number field.
|
CSN |
getCSN()
Getter for the replication CSN field.
|
String |
toString() |
public ChangeNumberIndexRecord(long changeNumber,
org.forgerock.opendj.ldap.DN baseDN,
CSN csn)
changeNumber - the change numberbaseDN - the baseDNcsn - the replication CSN fieldpublic ChangeNumberIndexRecord(org.forgerock.opendj.ldap.DN baseDN,
CSN csn)
baseDN - the baseDNcsn - the replication CSN fieldChangeNumberIndexRecord(long, DN, CSN)public org.forgerock.opendj.ldap.DN getBaseDN()
public CSN getCSN()
public long getChangeNumber()
Copyright © 2010-2020 Wren Security. All Rights Reserved.