Uses of Record Class
org.opends.server.replication.common.RSInfo
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 RSInfo in org.opends.server.replication.common
Modifier and TypeMethodDescriptionTopology.toRSInfoOrNull
(ReplicationServerId replicationServerId) Returns the information available from the topology for this replication server ID as aRSInfo
object. -
Uses of RSInfo in org.opends.server.replication.protocol
ModifierConstructorDescriptionTopologyMsg
(Collection<DSInfo> dsInfos, List<RSInfo> rsInfos) Creates a new message of the currently connected servers. -
Uses of RSInfo in org.opends.server.replication.service
Modifier and TypeMethodDescriptionReplicationBroker.getRsInfos()
Gets the info for RSs in the topology (except the one we are connected to).