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.
|
Modifier and Type | Method and Description |
---|---|
static LDAPReplicationDomain |
MultimasterReplication.createNewDomain(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,
PluginOperation pluginOp)
Finds the domain for a given DN.
|
LDAPReplicationDomain |
UpdateToReplay.getReplicationDomain()
Getter for replication domain.
|
static LDAPReplicationDomain |
LDAPReplicationDomain.retrievesReplicationDomain(DN baseDN)
Retrieves a replication domain based on the baseDN.
|
Constructor and Description |
---|
ExternalChangelogDomain(LDAPReplicationDomain domain,
ExternalChangelogDomainCfg configuration)
Constructor from a provided LDAPReplicationDomain.
|
UpdateToReplay(LDAPUpdateMsg updateMessage,
LDAPReplicationDomain replicationDomain)
Construct the object associating the update message with the replication
domain that must be used to replay it (the on it comes from).
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.