Uses of Class
org.opends.server.replication.protocol.TopologyMsg
Packages that use TopologyMsg
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code for the Replication Server part of the Multimaster replication feature.
-
Uses of TopologyMsg in org.opends.server.replication.common
Methods in org.opends.server.replication.common with parameters of type TopologyMsgModifier and TypeMethodDescriptionvoid
Topology.applyTopologyMessage
(TopologyMsg topologyMsg, Dn baseDn, ReplicationServerId senderId) Updates the topology with the provided topology message. -
Uses of TopologyMsg in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return TopologyMsgModifier and TypeMethodDescriptionReplicationServerDomain.createTopologyMsgForDS
(ServerId<?> destDsId) Creates a TopologyMsg filled with information to be sent to a DS.ReplicationServerDomain.createTopologyMsgForRS()
Creates a topology message to send to a remote RS.Methods in org.opends.server.replication.server with parameters of type TopologyMsgModifier and TypeMethodDescriptionvoid
ReplicationServerDomain.receiveTopoInfoFromRS
(TopologyMsg topoMsg, org.opends.server.replication.server.PeerReplicationServer peerRs, boolean allowResetGenId) Process topology information received from a peer RS.