Package | Description |
---|---|
org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.replication.server.changelog.file |
This package contains a file-based log implementation for the changelog
database API.
|
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 |
---|---|
ChangeNumberIndexDB |
ChangelogDB.getChangeNumberIndexDB()
Returns the
ChangeNumberIndexDB object. |
Modifier and Type | Method and Description |
---|---|
ChangeNumberIndexDB |
FileChangelogDB.getChangeNumberIndexDB()
Returns the
ChangeNumberIndexDB object. |
Modifier and Type | Class and Description |
---|---|
class |
JEChangeNumberIndexDB
This class is used for managing the replicationServer database for each
server in the topology.
|
Modifier and Type | Method and Description |
---|---|
ChangeNumberIndexDB |
JEChangelogDB.getChangeNumberIndexDB()
Returns the
ChangeNumberIndexDB object. |
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.