Uses of Class
org.opends.server.replication.protocol.ReplicationMsg
Packages that use ReplicationMsg
Package
Description
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 ReplicationMsg in org.opends.server.replication.protocol
Subclasses of ReplicationMsg in org.opends.server.replication.protocolModifier and TypeClassDescriptionfinal classThis class is used to exchange Add operation between LDAP servers and replication servers.final classThis message is used by the replica to tell the replication server he is changing his status (new status field used), or by the replication server to request that the replica changes his status (requested status field used).final classClass that define messages sent by a replication domain (DS) to the replication server to let the RS know the DS current change time.final classObject used when sending delete information to replication servers.final classThis message is part of the replication protocol.final classThis message is part of the replication protocol.final classThis message is part of the replication protocol.final classAdded in protocol V10 to exchange additional information during handshake.final classThis message is sent at regular intervals by the replication server when it is sending no other messages.classThis is an abstract class of messages of the replication protocol for message that needs to contain information about the server that send them and the destination servers to which they should be sent.final classThis message is used by Replicas to update the send window of the peer replica.final classThis message is part of the replication protocol.final classThis message is part of the replication protocol.classAbstract class that must be extended to define a message used for sending Updates between servers.classThis class holds every common code for the modify messages (mod, moddn).final classMessage used to send Modify DN information.final classMessage used to send Modify information.final classThe monitor message is sent by a RS to either a DS or a RS.final classThis message is part of the replication protocol.final classClass that define messages sent by a replica (DS) to the replication server (RS) to let the RS know the date at which a replica went offline.final classMessage sent by a replication server to a directory server in reply to the ServerStartMsg.final classMessage sent by a replication server to another replication server at Startup.final classThis message is used by an LDAP server to communicate to the topology that the generation must be reset for the domain.final classThis message is used by LDAP server when they first connect.classThis abstract message class is the superclass for start messages used by LDAP servers and Replication servers to initiate their communications.final classThis message is used by DS to confirm a RS he wants to connect to him (open a session).final classInternal message to signal the stop of encryption.final classThis message is part of the replication protocol.final classThis class defines a message that is sent: By a RS to the other RSs in the topology, containing: every DSs directly connected to the RS in the DS infos every connected RSs (including the sending RS) in the RS infos By a RS to his connected DSs, containing.classAbstract class that must be extended to define a message used for sending Updates between servers.final classThis message is used by LDAP server or by Replication Servers to update the send window of the remote entities.final classThis message is used by LDAP or Replication Server that have been out of credit for a while and want to check if the remote servers is able to accept more messages.Methods in org.opends.server.replication.protocol that return ReplicationMsgModifier and TypeMethodDescriptionstatic ReplicationMsgReplicationMsg.decodeMsg(byte[] buffer, short protocolVersion) Generates a ReplicationMsg from its encoded form.Session.receive()Attempt to receive a ReplicationMsg.Methods in org.opends.server.replication.protocol with parameters of type ReplicationMsgModifier and TypeMethodDescriptionstatic booleanStopMsg.isCloseNoNotify(ReplicationMsg message) Checks whether the providedmessageis astop messagewith a reason set toStopMsg.StopReason.CLOSE_NO_NOTIFY.voidSession.publish(ReplicationMsg msg) Sends a replication message to the remote peer. -
Uses of ReplicationMsg in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return ReplicationMsgMethods in org.opends.server.replication.service with parameters of type ReplicationMsgModifier and TypeMethodDescriptionbooleanReplicationBroker.publish(ReplicationMsg msg) Publish a message to the other servers.voidReplicationDomain.publish(ReplicationMsg msg) Publish anUpdateMsgto the Replication Service.voidReplicationBroker.publishRecoveryMsg(ReplicationMsg msg) Publish a recovery message to the other servers.