Uses of Annotation Interface
org.opends.server.replication.common.ReplicationImplementation
Packages that use ReplicationImplementation
Package
Description
This package contains a file-based log implementation for the changelog database API.
-
Uses of ReplicationImplementation in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file with annotations of type ReplicationImplementationModifier and TypeMethodDescription@org.opends.server.replication.common.ReplicationImplementation(appliesTo="LeaderBasedReplication, Multimaster", rationale="remove temporary workaround to avoid NPE with LBR") boolean
FileChangelogDB.publishUpdateMsg
(Dn baseDN, UpdateMsg updateMsg) void
FileChangelogDB.purgeUpTo
(DomainReplicaId domain, CSN purgeCsn) Purges the changelog of a domain up to the provided CSN.