Package org.forgerock.opendj.server.leaderbasedreplication
package org.forgerock.opendj.server.leaderbasedreplication
This package contains the main class of the leader based replication.
-
ClassDescription
ConsistentCore
is the single source of truth of the replication topology.Encapsulates information that a replica must provide to join the topology, or to refresh its known state in order to move forward the StableConsistencyPoint and PurgePoint.Encapsulates the response of theConsistentCore
to aConsistentCore.ReplicaStateUpdateRequest
.Temporary interface to be able to test the leader based replication in the simulator, which implements fakes objects.This class implements the request control used to fetch updates from another server, in order to replicate those updates.The ReplicationRequestInfo object containing the returned information of the replication request control.The entry point of the Leader Based Replication.It represents the changelog of the replica.The replication state of a replica.Uniquely identifies a replication stream.Represents the topology of the replication domain.Represents the domain state.Represents the location of a replica.The status of a replica.Represents the coordinates of a replica.The information of a replica returned by the topology.