Uses of Class
org.forgerock.opendj.server.leaderbasedreplication.ReplicaState
Packages that use ReplicaState
Package
Description
This package contains the main class of the leader based replication.
This package contains a file-based log implementation for the changelog database API.
-
Uses of ReplicaState in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return ReplicaStateModifier and TypeMethodDescriptionConsistentCore.ReplicaStateUpdateRequest.changelogState()Returns the value of thechangelogStaterecord component.ConsistentCore.ReplicaStateUpdateRequest.dataState()Returns the value of thedataStaterecord component.static ReplicaStateReturns aReplicaStatefrom the provided JSON representation.ReplicaChangelog.getChangelogState()Returns the changelog state.FetchChangelogUpdatesControl.getReplicaState()Returns the replica state of the replication request control.FetchChangelogUpdatesControl.FetchChangelogUpdatesInfo.replicaState()Returns the value of thereplicaStaterecord component.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type ReplicaStateModifier and TypeMethodDescriptionvoidReplicaState.putIfMoreRecent(ReplicaState another) Updates the current state with all the StreamIds from the provided state.voidReplicaState.retainOldestCsns(ReplicaState other) Update this ServerState with the oldest CSN for each replica versus the provided ServerState.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type ReplicaStateModifierConstructorDescriptionFetchChangelogUpdatesInfo(GenerationId generationId, ReplicaId serverId, GroupId groupId, ReplicaState replicaState, CSN replicaScp, CSN replicaPurgePoint, boolean isReplicaData) Creates an instance of aFetchChangelogUpdatesInforecord class.ReplicaState(ReplicaState state) Creates a newReplicaStatewith the provided state.ReplicaStateUpdateRequest(Topology.ReplicaCoordinate replicaCoordinate, ReplicaState dataState, ReplicaState changelogState, CSN csnNow) Creates an instance of aReplicaStateUpdateRequestrecord class. -
Uses of ReplicaState in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return ReplicaStateModifier and TypeMethodDescriptionFileChangelogDB.getChangelogLogState(Dn domainDn) Return the changelog state for the specified replication domain.