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 theregisteredStatusrecord component.Topology.ReplicaInfo.status()Returns the value of thestatusrecord component.static Topology.RegisteredStatusReturns 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 currentTopologyof 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 aReplicaInforecord class.ReplicaStateUpdateResponse(Topology.DomainState domainState, Result registrationResult, Topology.RegisteredStatus registeredStatus) Creates an instance of aReplicaStateUpdateResponserecord class.