Uses of Class
org.opends.server.replication.protocol.LDAPUpdateMsg
Package
Description
Contains various Directory Server backend implementations.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
-
Uses of LDAPUpdateMsg in org.opends.server.backends
Modifier and TypeMethodDescriptionvoid
ChangelogBackend.notifyChangeNumberEntryAdded
(Dn baseDN, long changeNumber, String cookie, LDAPUpdateMsg updateMsg) Notifies persistent searches of this backend that a new change number entry was added to it.void
ChangelogBackend.notifyCookieEntryAdded
(Dn baseDN, LDAPUpdateMsg updateMsg) Notifies persistent searches of this backend that a new cookie entry was added to it. -
Uses of LDAPUpdateMsg 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
Object used when sending delete information to replication 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.Modifier and TypeMethodDescriptionstatic LDAPUpdateMsg
LDAPUpdateMsg.generateMsg
(PostOperationOperation op) Generates an Update message with the provided information.