Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ReplicationDomainCfgClient,? extends ReplicationDomainCfg> |
ReplicationDomainCfgClient.definition()
Get the configuration definition associated with this Replication Domain.
|
Modifier and Type | Method and Description |
---|---|
<C extends ReplicationDomainCfgClient> |
ReplicationSynchronizationProviderCfgClient.createReplicationDomain(ManagedObjectDefinition<C,? extends ReplicationDomainCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Replication Domain.
|
Modifier and Type | Method and Description |
---|---|
ReplicationDomainCfg |
ReplicationDomainCfgDefn.createServerConfiguration(ServerManagedObject<? extends ReplicationDomainCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<ReplicationDomainCfgClient,ReplicationDomainCfg> |
ReplicationSynchronizationProviderCfgDefn.getReplicationDomainsRelationDefinition()
Get the "replication-domains" relation definition.
|
Class<ReplicationDomainCfg> |
ReplicationDomainCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ReplicationDomainCfg |
ReplicationDomainCfgDefn.createServerConfiguration(ServerManagedObject<? extends ReplicationDomainCfg> impl) |
Modifier and Type | Method and Description |
---|---|
ReplicationDomainCfg |
ReplicationSynchronizationProviderCfg.getReplicationDomain(String name)
Gets the named Replication Domain.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ReplicationDomainCfg> |
ReplicationDomainCfg.configurationClass()
Gets the configuration class associated with this Replication Domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationDomainCfg.addChangeListener(ConfigurationChangeListener<ReplicationDomainCfg> listener)
Register to be notified when this Replication Domain is changed.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)
Registers to be notified when new Replication Domains are added.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg> listener)
Registers to be notified when existing Replication Domains are deleted.
|
void |
ReplicationDomainCfg.removeChangeListener(ConfigurationChangeListener<ReplicationDomainCfg> listener)
Deregister an existing Replication Domain configuration change listener.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)
Deregisters an existing Replication Domain configuration add listener.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg> listener)
Deregisters an existing Replication Domain configuration delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
MultimasterReplication.applyConfigurationAdd(ReplicationDomainCfg configuration) |
ConfigChangeResult |
ReplicationServerListener.applyConfigurationChange(ReplicationDomainCfg configuration) |
ConfigChangeResult |
LDAPReplicationDomain.applyConfigurationChange(ReplicationDomainCfg configuration) |
ConfigChangeResult |
MultimasterReplication.applyConfigurationDelete(ReplicationDomainCfg configuration) |
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.
|
boolean |
MultimasterReplication.isConfigurationAddAcceptable(ReplicationDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ReplicationServerListener.isConfigurationChangeAcceptable(ReplicationDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
LDAPReplicationDomain.isConfigurationChangeAcceptable(ReplicationDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
MultimasterReplication.isConfigurationDeleteAcceptable(ReplicationDomainCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Field and Description |
---|---|
protected ReplicationDomainCfg |
ReplicationDomain.config
The configuration of the replication domain.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReplicationDomain.changeConfig(ReplicationDomainCfg config)
Change some ReplicationDomain parameters.
|
protected void |
ReplicationDomain.readAssuredConfig(ReplicationDomainCfg config,
boolean allowReconnection)
Gets and stores the assured replication configuration parameters.
|
Constructor and Description |
---|
ReplicationBroker(ReplicationDomain replicationDomain,
ServerState state,
ReplicationDomainCfg config,
ReplSessionSecurity replSessionSecurity)
Creates a new ReplicationServer Broker for a particular ReplicationDomain.
|
ReplicationDomain(ReplicationDomainCfg config,
long generationId)
Creates a ReplicationDomain with the provided parameters.
|
ReplicationDomain(ReplicationDomainCfg config,
long generationId,
ServerState serverState)
Creates a ReplicationDomain with the provided parameters.
|
Copyright 2010-2020 ForgeRock AS.