Uses of Record Class
org.forgerock.opendj.server.leaderbasedreplication.Topology.DomainState
Packages that use Topology.DomainState
Package
Description
This package contains the main class of the leader based replication.
-
Uses of Topology.DomainState in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return Topology.DomainStateModifier and TypeMethodDescriptionConsistentCore.ReplicaStateUpdateResponse.domainState()Returns the value of thedomainStaterecord component.Topology.getDomainState()Returns the current state of the domain.static Topology.DomainStateParses a domain state from a string representation.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type Topology.DomainStateModifier and TypeMethodDescriptionReplicaState.toJsonSimplified(Topology.DomainState domainState) Returns the simplified JSON representation of thisReplicaState.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type Topology.DomainStateModifierConstructorDescriptionReplicaStateUpdateResponse(Topology.DomainState domainState, Result registrationResult, Topology.RegisteredStatus registeredStatus) Creates an instance of aReplicaStateUpdateResponserecord class.Topology(Map<ReplicaId, Topology.ReplicaInfo> replicas, Topology.DomainState domainState) Constructor of a new Topology.