Uses of Class
org.opends.server.replication.protocol.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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ReplicationServerDomain.receiveTopoInfoFromRS
(TopologyMsg topoMsg, org.opends.server.replication.server.PeerReplicationServer peerRs, boolean allowResetGenId) Process topology information received from a peer RS.