Uses of Class
org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
-
Packages that use MultiDomainDBCursor Package Description 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 MultiDomainDBCursor in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return MultiDomainDBCursor 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. -
Uses of MultiDomainDBCursor in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return MultiDomainDBCursor Modifier and Type Method Description MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options)
MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns)
Constructors in org.opends.server.replication.server.changelog.file with parameters of type MultiDomainDBCursor Constructor Description ECLMultiDomainDBCursor(Predicate<Dn> isEclEnabledDomain, MultiDomainDBCursor cursor)
Builds an instance of this class filtering updates from the provided cursor.
-