Uses of Class
org.opends.server.replication.common.RSInfo
-
Packages that use RSInfo Package Description org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.service 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
Methods in org.opends.server.replication.common that return RSInfo Modifier and Type Method Description RSInfo
Topology. 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
Methods in org.opends.server.replication.protocol that return types with arguments of type RSInfo Modifier and Type Method Description List<RSInfo>
TopologyMsg. getRsInfos()
Get the RS infos.Constructor parameters in org.opends.server.replication.protocol with type arguments of type RSInfo Constructor Description TopologyMsg(Collection<DSInfo> dsInfos, List<RSInfo> rsInfos)
Creates a new message of the currently connected servers. -
Uses of RSInfo in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return types with arguments of type RSInfo Modifier and Type Method Description List<RSInfo>
ReplicationBroker. getRsInfos()
Gets the info for RSs in the topology (except the one we are connected to).
-