Uses of Class
org.opends.server.replication.plugin.LDAPReplicationDomain
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of LDAPReplicationDomain in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionMultimasterReplication.createNewDomainIfEnabled
(ServerContext serverContext, ReplicationDomainCfg configuration) Creates a new domain from its configEntry, do the necessary initialization and starts it so that it is fully operational when this method returns.static LDAPReplicationDomain
MultimasterReplication.findDomain
(Dn dn, ServerContext serverContext) Finds the domain for a given DN.static LDAPReplicationDomain
MultimasterReplication.findDomain
(Dn dn, PluginOperation pluginOp, ServerContext serverContext) Finds the domain for a given DN.static LDAPReplicationDomain
LDAPReplicationDomain.retrievesReplicationDomain
(Dn baseDN, ServerContext serverContext) Retrieves a replication domain based on the baseDN.