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.
|
org.opends.server.replication.server.changelog.je |
This package contains the Berkeley DB JE implementation for the changelog
database API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ChangeNumberIndexRecord |
DraftCNDB.DraftCNDBCursor.currentRecord()
Returns the
ChangeNumberIndexRecord at the current position of
the cursor. |
ChangeNumberIndexRecord |
JEChangeNumberIndexDB.getNewestRecord()
Get the newest record stored in this DB.
|
ChangeNumberIndexRecord |
JEChangeNumberIndexDB.getOldestRecord()
Get the oldest record stored in this DB.
|
ChangeNumberIndexRecord |
JEChangeNumberIndexDBCursor.getRecord()
Getter for the current record.
|
ChangeNumberIndexRecord |
DraftCNData.getRecord()
Getter for the decoded record.
|
ChangeNumberIndexRecord |
DraftCNDB.readFirstRecord()
Read the first Change from the database, 0 when none.
|
ChangeNumberIndexRecord |
DraftCNDB.readLastRecord()
Read the last change number from the database.
|
Modifier and Type | Method and Description |
---|---|
DBCursor<ChangeNumberIndexRecord> |
JEChangeNumberIndexDB.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 |
JEChangeNumberIndexDB.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.
|
void |
DraftCNDB.addRecord(ChangeNumberIndexRecord record)
Add a record to the database.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.