Uses of Class
org.opends.server.replication.common.MultiDomainServerState
-
Packages that use MultiDomainServerState 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. -
-
Uses of MultiDomainServerState in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type MultiDomainServerState Modifier and Type Method Description void
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 MultiDomainServerState Modifier and Type Method Description MultiDomainServerState
ExternalChangelogRequestControl. getCookie()
Returns a copy of the cookie value.Constructors in org.opends.server.controls with parameters of type MultiDomainServerState Constructor Description ExternalChangelogRequestControl(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 MultiDomainServerState Constructor Description MultiDomainServerState(MultiDomainServerState cookie)
Copy constructor. -
Uses of MultiDomainServerState in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return MultiDomainServerState Modifier and Type Method Description MultiDomainServerState
ReplicationServer. getNewestECLCookie()
Returns the newest cookie value.Methods in org.opends.server.replication.server with parameters of type MultiDomainServerState Modifier and Type Method 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. -
Uses of MultiDomainServerState in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api with parameters of type MultiDomainServerState Modifier and Type Method Description MultiDomainDBCursor
ReplicationDomainDB. 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.MultiDomainDBCursor
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.Flowable<UpdateRecord>
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 MultiDomainServerState Modifier and Type Method Description MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options)
MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns)
Flowable<UpdateRecord>
FileChangelogDB. getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)
-