Uses of Class
org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Packages that use DBCursor.CursorOptions 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 DBCursor.CursorOptions in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api with parameters of type DBCursor.CursorOptions Modifier and Type Method Description DBCursor<UpdateMsg>
ReplicationDomainDB. getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options)
Generates aDBCursor
across all the replicaDBs for the specified replication domain starting before, at or after the providedServerState
for each replicaDB, depending on the provided matching and positioning strategies.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.DBCursor<UpdateMsg>
ReplicationDomainDB. getCursorFrom(DomainReplicaId replica, CSN startCSN, DBCursor.CursorOptions options)
-
Uses of DBCursor.CursorOptions in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file with parameters of type DBCursor.CursorOptions Modifier and Type Method Description DBCursor<UpdateMsg>
FileChangelogDB. getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options)
MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options)
MultiDomainDBCursor
FileChangelogDB. getCursorFrom(MultiDomainServerState startState, DBCursor.CursorOptions options, Set<Dn> excludedDomainDns)
DBCursor<UpdateMsg>
FileChangelogDB. getCursorFrom(DomainReplicaId replica, CSN startCsn, DBCursor.CursorOptions options)
Constructors in org.opends.server.replication.server.changelog.file with parameters of type DBCursor.CursorOptions Constructor Description DomainDBCursor(Dn baseDN, ReplicationDomainDB domainDB, DBCursor.CursorOptions options)
Builds a DomainDBCursor instance.MultiDomainDBCursor(ReplicationDomainDB domainDB, DBCursor.CursorOptions options)
Builds a MultiDomainDBCursor instance.
-