Uses of Package
org.opends.server.replication.protocol
-
Packages that use org.opends.server.replication.protocol Package Description org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.controls Contains classes that represent specific LDAP controls and their values.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.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.api This package contains the API for the changelog database.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side. -
Classes in org.opends.server.replication.protocol used by org.opends.server.backends Class Description LDAPUpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers. -
Classes in org.opends.server.replication.protocol used by org.opends.server.controls Class Description AddContext This class describes the context that is attached to Add Operation.DeleteContext This class is used to describe the context attached to a Delete Operation.ModifyContext This class describe the replication context that is attached to Modify operation.ModifyDnContext This class describe the replication context that is attached to ModifyDN operation. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.common Class Description TopologyMsg 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. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.plugin Class Description UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.protocol Class Description AddMsg This class is used to exchange Add operation between LDAP servers and replication servers.ByteArrayBuilder Byte array builder class encodes data into byte arrays to send messages over the replication protocol.ChangeStatusMsg 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).DeleteMsg Object used when sending delete information to replication servers.ExtendedStartMsg Added in protocol V10 to exchange additional information during handshake.InitializationMsg 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.LDAPUpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers.ModifyCommonMsg This class holds every common code for the modify messages (mod, moddn).ModifyDNMsg Message used to send Modify DN information.ModifyMsg Message used to send Modify information.NotSupportedOldVersionPDUException This exception should be raised by the un-serialization code of a PDU (typically the constructor code with a byte[] parameter), when the detected PDU type (deduced from the first received byte of the message) is a PDU used in an older version of the replication protocol than the current one, and we do not support translation from this old version PDU to his matching PDU in the current protocol version (if it exists).OperationContext This class describe the replication context that is attached to each Operation using the SYNCHROCONTEXT key.ReplicaOfflineMsg 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.ReplicationMsg Abstract class that must be used when defining messages that can be sent for replication purpose between servers.ReplSessionSecurity This class represents the security configuration for replication protocol sessions.Session Defines a replication session using TLS.StartMsg This abstract message class is the superclass for start messages used by LDAP servers and Replication servers to initiate their communications.StopMsg.StopReason The reason why the connection might be terminated.UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers.UpdateMsgVisitor A visitor ofUpdateMsg
s, in the style of the visitor design pattern. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.server Class Description ChangeStatusMsg 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).MonitorMsg The monitor message is sent by a RS to either a DS or a RS.ResetGenerationIdMsg This message is used by an LDAP server to communicate to the topology that the generation must be reset for the domain.Session Defines a replication session using TLS.TopologyMsg 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.UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.server.changelog.api Class Description UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.server.changelog.file Class Description UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers. -
Classes in org.opends.server.replication.protocol used by org.opends.server.replication.service Class Description ReplicationMsg Abstract class that must be used when defining messages that can be sent for replication purpose between servers.ReplSessionSecurity This class represents the security configuration for replication protocol sessions.UpdateMsg Abstract class that must be extended to define a message used for sending Updates between servers.