Uses of Record Class
org.opends.server.replication.common.DSInfo
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of DSInfo in org.opends.server.replication.common
Modifier and TypeMethodDescriptionDSInfo.cloneWithReplicationServerId
(ReplicationServerId rsId) Returns a new instance ofDSInfo
with the specified replication server Id.Topology.toDSInfoOrNull
(ReplicaId replicaId) Returns the information available from the topology for this replica ID as aDSInfo
object. -
Uses of DSInfo in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionTopologyMsg.getReplicaInfos()
Returns the information about DSs in the topology.ModifierConstructorDescriptionTopologyMsg
(Collection<DSInfo> dsInfos, List<RSInfo> rsInfos) Creates a new message of the currently connected servers. -
Uses of DSInfo in org.opends.server.replication.service
Modifier and TypeMethodDescriptionReplicationBroker.getReplicaInfos()
Gets the info for DSs in the topology (except us).