Package | Description |
---|---|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
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.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.
|
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 |
---|---|
MultiDomainServerState |
ExternalChangelogRequestControl.getCookie()
Returns a copy of the cookie value.
|
Constructor and Description |
---|
ExternalChangelogRequestControl(boolean isCritical,
MultiDomainServerState cookie)
Create a new external change log request control to contain the cookie.
|
Constructor and Description |
---|
MultiDomainServerState(MultiDomainServerState cookie)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
MultiDomainServerState |
ReplicationServer.getNewestECLCookie(Set<Dn> excludedBaseDNs)
Returns the newest cookie value.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationServer.validateCookie(MultiDomainServerState cookie,
Set<Dn> ignoredBaseDNs)
Validate that provided cookie is coherent with this replication server, when ignoring the provided set of DNs.
|
Modifier and Type | Method and Description |
---|---|
MultiDomainDBCursor |
ReplicationDomainDB.getCursorFrom(MultiDomainServerState startState,
DBCursor.CursorOptions options)
Generates a
DBCursor across all the domains starting before, at or after the provided
MultiDomainServerState for each domain, depending on the provided matching and positioning strategies. |
MultiDomainDBCursor |
ReplicationDomainDB.getCursorFrom(MultiDomainServerState startState,
DBCursor.CursorOptions options,
Set<Dn> excludedDomainDns)
Generates a
DBCursor across all the domains starting before, at or after the provided
MultiDomainServerState for each domain, excluding a provided set of domain DNs. |
Flowable<UpdateRecord> |
ReplicationDomainDB.getPublisher(MultiDomainServerState startState,
Options options)
Returns a publisher on the databases for all domains starting before, at or after the provided
MultiDomainServerState for each domain, possibly including/excluding some base DNs
and/or some replicaIds. |
Modifier and Type | Method and Description |
---|---|
MultiDomainDBCursor |
FileChangelogDB.getCursorFrom(MultiDomainServerState startState,
DBCursor.CursorOptions options) |
MultiDomainDBCursor |
FileChangelogDB.getCursorFrom(MultiDomainServerState startState,
DBCursor.CursorOptions options,
Set<Dn> excludedDomainDns) |
Flowable<UpdateRecord> |
FileChangelogDB.getPublisher(MultiDomainServerState startState,
Options options) |
Copyright 2010-2022 ForgeRock AS.