Uses of Class
org.opends.server.replication.protocol.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
Modifier and TypeClassDescriptionfinal class
This class is used to exchange Add operation between LDAP servers and replication servers.final class
This 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 class
Class that define messages sent by a replication domain (DS) to the replication server to let the RS know the DS current change time.final class
Object used when sending delete information to replication servers.final class
This message is part of the replication protocol.final class
This message is part of the replication protocol.final class
This message is part of the replication protocol.final class
Added in protocol V10 to exchange additional information during handshake.final class
This message is sent at regular intervals by the replication server when it is sending no other messages.class
This 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 class
This message is used by Replicas to update the send window of the peer replica.final class
This message is part of the replication protocol.final class
This message is part of the replication protocol.class
Abstract class that must be extended to define a message used for sending Updates between servers.class
This class holds every common code for the modify messages (mod, moddn).final class
Message used to send Modify DN information.final class
Message used to send Modify information.final class
The monitor message is sent by a RS to either a DS or a RS.final class
This message is part of the replication protocol.final class
Class 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 class
Message sent by a replication server to a directory server in reply to the ServerStartMsg.final class
Message sent by a replication server to another replication server at Startup.final class
This message is used by an LDAP server to communicate to the topology that the generation must be reset for the domain.final class
This message is used by LDAP server when they first connect.class
This abstract message class is the superclass for start messages used by LDAP servers and Replication servers to initiate their communications.final class
This message is used by DS to confirm a RS he wants to connect to him (open a session).final class
Internal message to signal the stop of encryption.final class
This message is part of the replication protocol.final class
This 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.class
Abstract class that must be extended to define a message used for sending Updates between servers.final class
This message is used by LDAP server or by Replication Servers to update the send window of the remote entities.final class
This 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.Modifier and TypeMethodDescriptionstatic ReplicationMsg
ReplicationMsg.decodeMsg
(byte[] buffer, short protocolVersion) Generates a ReplicationMsg from its encoded form.Session.receive()
Attempt to receive a ReplicationMsg.Modifier and TypeMethodDescriptionstatic boolean
StopMsg.isCloseNoNotify
(ReplicationMsg message) Checks whether the providedmessage
is astop message
with a reason set toStopMsg.StopReason.CLOSE_NO_NOTIFY
.void
Session.publish
(ReplicationMsg msg) Sends a replication message to the remote peer. -
Uses of ReplicationMsg in org.opends.server.replication.service
Modifier and TypeMethodDescriptionboolean
ReplicationBroker.publish
(ReplicationMsg msg) Publish a message to the other servers.void
ReplicationDomain.publish
(ReplicationMsg msg) Publish anUpdateMsg
to the Replication Service.void
ReplicationBroker.publishRecoveryMsg
(ReplicationMsg msg) Publish a recovery message to the other servers.