Package org.opends.server.replication.plugin


package org.opends.server.replication.plugin
This package contains the part of the Multi-master replication code that works on the Directory Server side.
The main classes of this core are :
  • MultimasterReplication contains the synchronization provider code and more generally all the code that makes the glue between the core server and the replication code.
  • ReplicationDomain contains the bulk of the Directory Server side of the replication code. Most notably it contains the root method for publishing a change, processing a change received from the replicationServer service, handle conflict resolution, handle protocol messages from the replicationServer.