Uses of Interface
org.opends.server.replication.server.changelog.api.ChangelogStateProvider
-
Packages that use ChangelogStateProvider Package Description org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API. -
-
Uses of ChangelogStateProvider in org.opends.server.replication.server.changelog.file
Classes in org.opends.server.replication.server.changelog.file that implement ChangelogStateProvider Modifier and Type Class Description class
ReplicationEnvironment
Represents the replication environment, which allows to manage the lifecycle of the replication changelog.Constructors in org.opends.server.replication.server.changelog.file with parameters of type ChangelogStateProvider Constructor Description ChangeNumberIndexer(ChangelogDB changelogDB, ChangelogStateProvider changelogStateProvider, Predicate<Dn> isEclEnabledDomain)
Builds a ChangeNumberIndexer object.
-