Uses of Record Class
org.opends.server.replication.common.RSInfo
Packages that use 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
Methods in org.opends.server.replication.common that return RSInfoModifier 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
Methods in org.opends.server.replication.protocol that return types with arguments of type RSInfoConstructor parameters in org.opends.server.replication.protocol with type arguments of type RSInfoModifierConstructorDescriptionTopologyMsg
(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 RSInfoModifier and TypeMethodDescriptionReplicationBroker.getRsInfos()
Gets the info for RSs in the topology (except the one we are connected to).