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 thechangelogState
record component.ConsistentCore.ReplicaStateUpdateRequest.dataState()
Returns the value of thedataState
record component.static ReplicaState
Returns aReplicaState
from 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 thereplicaState
record component.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type ReplicaStateModifier and TypeMethodDescriptionvoid
ReplicaState.putIfMoreRecent
(ReplicaState another) Updates the current state with all the StreamIds from the provided state.void
ReplicaState.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 aFetchChangelogUpdatesInfo
record class.ReplicaState
(ReplicaState state) Creates a newReplicaState
with the provided state.ReplicaStateUpdateRequest
(Topology.ReplicaCoordinate replicaCoordinate, ReplicaState dataState, ReplicaState changelogState, CSN csnNow) Creates an instance of aReplicaStateUpdateRequest
record 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.