Uses of Class
org.opends.server.replication.protocol.TopologyMsg
-
Packages that use TopologyMsg 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.server 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 TopologyMsg Modifier and Type Method Description void
Topology. applyTopologyMessage(TopologyMsg topoMsg, 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 TopologyMsg Modifier and Type Method Description TopologyMsg
ReplicationServerDomain. createTopologyMsgForDS(ServerId<?> destDsId)
Creates a TopologyMsg filled with information to be sent to a DS.TopologyMsg
ReplicationServerDomain. createTopologyMsgForRS()
Creates a topology message to send to a remote RS.Methods in org.opends.server.replication.server with parameters of type TopologyMsg Modifier and Type Method Description void
ReplicationServerDomain. receiveTopoInfoFromRS(TopologyMsg topoMsg, org.opends.server.replication.server.PeerReplicationServer peerRs, boolean allowResetGenId)
Process topology information received from a peer RS.
-