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 |
---|---|
boolean |
ChangelogState.isEqualTo(ChangelogState other)
Returns whether the current ChangelogState is equal to the provided
ChangelogState.
|
Constructor and Description |
---|
ChangeNumberIndexer(ChangelogDB changelogDB,
ChangelogState changelogState)
Builds a ChangeNumberIndexer object.
|
Modifier and Type | Method and Description |
---|---|
ChangelogState |
ReplicationDbEnv.getChangelogState()
Return the current changelog state.
|
protected ChangelogState |
ReplicationDbEnv.readOnDiskChangelogState()
Read and return the changelog state from the database.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.