Uses of Interface
org.opends.server.replication.server.changelog.api.DBCursor
-
Packages that use DBCursor 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 in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return DBCursor Modifier and Type Method Description DBCursor<ChangeNumberIndexRecord>
ChangeNumberIndexDB. getCursorFrom(long startChangeNumber)
Generate a newDBCursor
that allows to browse the db managed by this object and starting at the position defined by a given changeNumber.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.DBCursor<UpdateMsg>
ReplicationDomainDB. getCursorFrom(DomainReplicaId replica, CSN startCSN, DBCursor.CursorOptions options)
Methods in org.opends.server.replication.server.changelog.api with parameters of type DBCursor Modifier and Type Method Description void
ReplicationDomainDB. unregisterCursor(DBCursor<?> cursor)
Unregisters the provided cursor from this replication domain. -
Uses of DBCursor in org.opends.server.replication.server.changelog.file
Classes in org.opends.server.replication.server.changelog.file that implement DBCursor Modifier and Type Class Description class
DomainDBCursor
Cursor iterating over a replication domain's replica DBs.class
ECLMultiDomainDBCursor
Multi domain DB cursor that only returns updates for the domains which have been enabled for the external changelog.class
MultiDomainDBCursor
Cursor iterating over all the replication domains known to the changelog DB.Methods in org.opends.server.replication.server.changelog.file that return DBCursor Modifier and Type Method Description DBCursor<UpdateMsg>
FileChangelogDB. getCursorFrom(Dn baseDN, ServerState startState, DBCursor.CursorOptions options)
DBCursor<UpdateMsg>
FileChangelogDB. getCursorFrom(DomainReplicaId replica, CSN startCsn, DBCursor.CursorOptions options)
Methods in org.opends.server.replication.server.changelog.file with parameters of type DBCursor Modifier and Type Method Description void
FileChangelogDB. unregisterCursor(DBCursor<?> cursor)
-