Uses of Interface
org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Packages that use ReplicationDomainDB 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 ReplicationDomainDB in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return ReplicationDomainDB Modifier and Type Method Description ReplicationDomainDB
ChangelogDB. getReplicationDomainDB()
Returns theReplicationDomainDB
object. -
Uses of ReplicationDomainDB in org.opends.server.replication.server.changelog.file
Classes in org.opends.server.replication.server.changelog.file that implement ReplicationDomainDB Modifier and Type Class Description class
FileChangelogDB
Log file implementation of the ChangelogDB interface.Methods in org.opends.server.replication.server.changelog.file that return ReplicationDomainDB Modifier and Type Method Description ReplicationDomainDB
FileChangelogDB. getReplicationDomainDB()
Constructors in org.opends.server.replication.server.changelog.file with parameters of type ReplicationDomainDB Constructor Description DomainDBCursor(Dn baseDN, ReplicationDomainDB domainDB, DBCursor.CursorOptions options)
Builds a DomainDBCursor instance.MultiDomainDBCursor(ReplicationDomainDB domainDB, DBCursor.CursorOptions options)
Builds a MultiDomainDBCursor instance.
-