Uses of Class
org.opends.server.replication.plugin.LDAPReplicationDomain
-
Packages that use LDAPReplicationDomain Package Description org.opends.server.replication.plugin 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
Methods in org.opends.server.replication.plugin that return LDAPReplicationDomain Modifier and Type Method Description LDAPReplicationDomain
MultimasterReplication. 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.
-