| Package | Description |
|---|---|
| org.opends.server.replication.server |
This package contains the code for the Replication Server part
of the Multimaster replication feature.
|
| 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 |
|---|---|
ChangelogDB |
ReplicationServer.getChangelogDB()
Returns the changelogDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileChangelogDB
Log file implementation of the ChangelogDB interface.
|
| Constructor and Description |
|---|
ChangeNumberIndexer(ChangelogDB changelogDB,
ChangelogState changelogState)
Builds a ChangeNumberIndexer object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JEChangelogDB
JE implementation of the ChangelogDB interface.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.