Uses of Package
org.opends.server.replication.server.changelog.api
-
Packages that use org.opends.server.replication.server.changelog.api Package Description org.opends.server.backends Contains various Directory Server backend implementations.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. -
Classes in org.opends.server.replication.server.changelog.api used by org.opends.server.backends Class Description ChangelogException This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.ChangeNumberIndexRecord The Change Number Index Record class represents records stored in theChangeNumberIndexDB
. -
Classes in org.opends.server.replication.server.changelog.api used by org.opends.server.replication.common Class Description DomainReplicaId Identifier comprised of the domain baseDN and its replicaId within this domain.DomainReplicaId.MigrateToDomainReplicaId Marker annotation during the migration. -
Classes in org.opends.server.replication.server.changelog.api used by org.opends.server.replication.server Class Description ChangelogDB This interface is the entry point for the changelog database which stores the replication data on persistent storage.DomainReplicaId Identifier comprised of the domain baseDN and its replicaId within this domain.UpdateRecord Represents an update message with the base DN of the replication domain it belongs to, with support for easy retrieval of the CSN and the replica ID corresponding to the message. -
Classes in org.opends.server.replication.server.changelog.api used by org.opends.server.replication.server.changelog.api Class Description ChangelogException This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.ChangeNumberIndexDB This class stores an index of all the changes seen by this server in the form ofChangeNumberIndexRecord
s.ChangeNumberIndexRecord The Change Number Index Record class represents records stored in theChangeNumberIndexDB
.DBCursor Generic cursor interface into the changelog database.DBCursor.CursorOptions Options to create a cursor.DBCursor.PositionStrategy Represents a cursor key positioning strategy.DomainReplicaId Identifier comprised of the domain baseDN and its replicaId within this domain.RemovedReplicasStates Contains CSNs identifying the last state for all replicas removed from the changelog for a domain.ReplicationDomainDB This interface allows to query or control the replication domain database(s) (composed of one or more ReplicaDBs) and query/update each ReplicaDB.UpdateRecord Represents an update message with the base DN of the replication domain it belongs to, with support for easy retrieval of the CSN and the replica ID corresponding to the message. -
Classes in org.opends.server.replication.server.changelog.api used by org.opends.server.replication.server.changelog.file Class Description ChangelogDB This interface is the entry point for the changelog database which stores the replication data on persistent storage.ChangelogException This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.ChangelogStateProvider Small interface for common Replication Environment operations.ChangeNumberIndexDB This class stores an index of all the changes seen by this server in the form ofChangeNumberIndexRecord
s.DBCursor Generic cursor interface into the changelog database.DBCursor.CursorOptions Options to create a cursor.DomainReplicaId Identifier comprised of the domain baseDN and its replicaId within this domain.RemovedReplicasStates Contains CSNs identifying the last state for all replicas removed from the changelog for a domain.ReplicationDomainDB This interface allows to query or control the replication domain database(s) (composed of one or more ReplicaDBs) and query/update each ReplicaDB.UpdateRecord Represents an update message with the base DN of the replication domain it belongs to, with support for easy retrieval of the CSN and the replica ID corresponding to the message.