Uses of Class
org.opends.server.replication.common.MultiDomainServerState
Package
Description
Contains various Directory Server backend implementations.
Contains classes that represent specific LDAP controls and their values.
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains the API for the changelog database.
This package contains a file-based log implementation for the changelog database API.
-
Uses of MultiDomainServerState in org.opends.server.backends
Modifier and TypeMethodDescriptionvoid
ChangelogBackend.notifyCookieReset
(MultiDomainServerState newCookie) Notifies persistent searches of this backend the cookie changed to a different one.static void
ChangelogBackend.updateCookieToMediumConsistencyPoint
(MultiDomainServerState cookie, ECLMultiDomainDBCursor cursor, ChangeNumberIndexRecord cnIndexRecord) Rebuilds the changelogcookie starting at the newest change number index record. -
Uses of MultiDomainServerState in org.opends.server.controls
Modifier and TypeMethodDescriptionExternalChangelogRequestControl.getCookie()
Returns a copy of the cookie value.ModifierConstructorDescriptionExternalChangelogRequestControl
(boolean isCritical, MultiDomainServerState cookie) Create a new external change log request control to contain the cookie. -
Uses of MultiDomainServerState in org.opends.server.replication.common
ModifierConstructorDescriptionCopy constructor. -
Uses of MultiDomainServerState in org.opends.server.replication.server
Modifier and TypeMethodDescriptionReplicationServer.getNewestECLCookie()
Returns the newest cookie value.Modifier and TypeMethodDescriptionvoid
ReplicationServer.validateCookie
(MultiDomainServerState cookie, Set<Dn> ignoredBaseDNs) Validate that provided cookie is coherent with this replication server, when ignoring the provided set of DNs. -
Uses of MultiDomainServerState in org.opends.server.replication.server.changelog.api
Modifier and TypeMethodDescriptionReplicationDomainDB.getCursorFrom
(MultiDomainServerState startState, DBCursor.CursorOptions options) Generates aDBCursor
across all the domains starting before, at or after the providedMultiDomainServerState
for each domain, depending on the provided matching and positioning strategies.ReplicationDomainDB.getCursorFrom
(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns) Generates aDBCursor
across all the domains starting before, at or after the providedMultiDomainServerState
for each domain, excluding a provided set of domain DNs.ReplicationDomainDB.getPublisherFromCookie
(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains) Returns a publisher of all changes starting from the provided cookie, excluding the changes from the provided set of excluded domains. -
Uses of MultiDomainServerState in org.opends.server.replication.server.changelog.file
Modifier and TypeMethodDescriptionFileChangelogDB.getCursorFrom
(MultiDomainServerState startState, DBCursor.CursorOptions options) FileChangelogDB.getCursorFrom
(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns) FileChangelogDB.getPublisherFromCookie
(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)