Uses of Class
org.opends.server.replication.common.MultiDomainServerState
Packages that use 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
Methods in org.opends.server.backends with parameters of type MultiDomainServerStateModifier 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
Methods in org.opends.server.controls that return MultiDomainServerStateModifier and TypeMethodDescriptionExternalChangelogRequestControl.getCookie()
Returns a copy of the cookie value.Constructors in org.opends.server.controls with parameters of type MultiDomainServerStateModifierConstructorDescriptionExternalChangelogRequestControl
(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
Constructors in org.opends.server.replication.common with parameters of type MultiDomainServerStateModifierConstructorDescriptionCopy constructor. -
Uses of MultiDomainServerState in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return MultiDomainServerStateModifier and TypeMethodDescriptionReplicationServer.getNewestECLCookie()
Returns the newest cookie value.Methods in org.opends.server.replication.server with parameters of type MultiDomainServerStateModifier 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
Methods in org.opends.server.replication.server.changelog.api with parameters of type MultiDomainServerStateModifier 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
Methods in org.opends.server.replication.server.changelog.file with parameters of type MultiDomainServerStateModifier 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)