Uses of Enum Class
org.forgerock.opendj.server.leaderbasedreplication.ReplicatedDomain.DomainStatus
Packages that use ReplicatedDomain.DomainStatus
Package
Description
This package contains the main class of the leader based replication.
-
Uses of ReplicatedDomain.DomainStatus in org.forgerock.opendj.server.leaderbasedreplication
Fields in org.forgerock.opendj.server.leaderbasedreplication declared as ReplicatedDomain.DomainStatusModifier and TypeFieldDescriptionprotected ReplicatedDomain.DomainStatus
ReplicatedDomain.status
The status of the domain, indicating its capacity to reach consistency with the topology.Methods in org.forgerock.opendj.server.leaderbasedreplication that return ReplicatedDomain.DomainStatusModifier and TypeMethodDescriptionReplicatedDomain.getStatus()
Returns the status of this domain.Returns the enum constant of this class with the specified name.static ReplicatedDomain.DomainStatus[]
ReplicatedDomain.DomainStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.