Uses of Class
org.opends.server.replication.server.ChangelogState
-
Packages that use ChangelogState Package Description 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. -
-
Uses of ChangelogState in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return ChangelogState Modifier and Type Method Description ChangelogState
ChangelogState. addReplica(DomainReplicaId replica)
Returns a changelog state with the specified replica added if it is not already present.static ChangelogState
ChangelogState. newChangelogState(Map<Dn,Long> domainToGenerationId, Set<DomainReplicaId> replicas, Set<DomainReplicaId> replicasNotProperlyStopped)
Builds a changelog state.ChangelogState
ChangelogState. removeDomain(Dn baseDn)
Returns a new changelog state where supplied replication domain has been removed.ChangelogState
ChangelogState. removeReplica(DomainReplicaId replica)
Returns a changelog state with the specified replica removed if it was present.ChangelogState
ChangelogState. setDomainGenerationId(Dn baseDn, long generationId)
Returns a new changelog state with the generationId associated to the supplied replication domain. -
Uses of ChangelogState in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return ChangelogState Modifier and Type Method Description ChangelogState
ChangelogStateProvider. getChangelogState()
Returns the current state of the replication changelog. -
Uses of ChangelogState in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return ChangelogState Modifier and Type Method Description ChangelogState
ReplicationEnvironment. getChangelogState()
-