Uses of Enum Class
org.forgerock.opendj.server.leaderbasedreplication.Topology.RegisteredStatus
Packages that use Topology.RegisteredStatus
Package
Description
This package contains the main class of the leader based replication.
-
Uses of Topology.RegisteredStatus in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return Topology.RegisteredStatusModifier and TypeMethodDescriptionConsistentCore.ReplicaStateUpdateResponse.registeredStatus()
Returns the value of theregisteredStatus
record component.Topology.ReplicaInfo.status()
Returns the value of thestatus
record component.static Topology.RegisteredStatus
Returns the enum constant of this class with the specified name.static Topology.RegisteredStatus[]
Topology.RegisteredStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type Topology.RegisteredStatusModifier and TypeMethodDescriptionConsistentCore.getTopology
(Topology.RegisteredStatus... registeredStatus) Returns the currentTopology
of the deployment with given registered status.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type Topology.RegisteredStatusModifierConstructorDescriptionReplicaInfo
(ReplicaId replicaId, Topology.ReplicaCoordinate coordinate, Topology.RegisteredStatus status, long statusTimestamp) Creates an instance of aReplicaInfo
record class.ReplicaStateUpdateResponse
(Topology.DomainState domainState, Result registrationResult, Topology.RegisteredStatus registeredStatus) Creates an instance of aReplicaStateUpdateResponse
record class.