Uses of Class
org.forgerock.opendj.server.leaderbasedreplication.Topology.Location
Packages that use Topology.Location
Package
Description
This package contains the main class of the leader based replication.
-
Uses of Topology.Location in org.forgerock.opendj.server.leaderbasedreplication
Fields in org.forgerock.opendj.server.leaderbasedreplication declared as Topology.LocationModifier and TypeFieldDescriptionprotected Topology.Location
ReplicatedDomain.location
The location of the replica, used for registration to the core registry.Methods in org.forgerock.opendj.server.leaderbasedreplication that return Topology.LocationModifier and TypeMethodDescriptionTopology.ReplicaCoordinate.location()
Returns the value of thelocation
record component.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type Topology.LocationModifierConstructorDescriptionReplicaCoordinate
(ReplicaId replicaId, Topology.Location location) Creates an instance of aReplicaCoordinate
record class.