| Package | Description |
|---|---|
| org.opends.server.backends |
Contains various Directory Server backend implementations.
|
| org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChangelogBackend.updateCookieToMediumConsistencyPoint(MultiDomainServerState cookie,
ECLMultiDomainDBCursor cursor,
ChangeNumberIndexRecord cnIndexRecord)
Rebuilds the changelogcookie starting at the newest change number index record.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeNumberIndexRecord |
ChangeNumberIndexDB.getNewestRecord()
Get the newest record stored in this DB.
|
ChangeNumberIndexRecord |
ChangeNumberIndexDB.getOldestRecord()
Get the oldest record stored in this DB.
|
| Modifier and Type | Method and Description |
|---|---|
DBCursor<ChangeNumberIndexRecord> |
ChangeNumberIndexDB.getCursorFrom(long startChangeNumber)
Generate a new
DBCursor that allows to browse the db managed by
this object and starting at the position defined by a given changeNumber. |
| Modifier and Type | Method and Description |
|---|---|
long |
ChangeNumberIndexDB.addRecord(ChangeNumberIndexRecord record)
Add an update to the list of messages that must be saved to this DB managed
by this DB and return the changeNumber associated to this record.
|
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.