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

    Modifier and Type
    Class
    Description
    final 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 Type
    Method
    Description
    ReplicationMsg.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 ReplicationMsg
    Modifier and Type
    Method
    Description
    static boolean
    Checks whether the provided message is a stop message with a reason set to StopMsg.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 Type
    Method
    Description
    ReplicationBroker.receive()
    Receive a message.
    Methods in org.opends.server.replication.service with parameters of type ReplicationMsg
    Modifier and Type
    Method
    Description
    boolean
    ReplicationBroker.publish(ReplicationMsg msg)
    Publish a message to the other servers.
    void
    ReplicationDomain.publish(ReplicationMsg msg)
    Publish an UpdateMsg to the Replication Service.
    void
    ReplicationBroker.publishRecoveryMsg(ReplicationMsg msg)
    Publish a recovery message to the other servers.