Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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 List<SynchronizationProvider<SynchronizationProviderCfg>> |
DirectoryServer.getSynchronizationProviders()
Retrieves the set of synchronization providers that have been registered with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterSynchronizationProvider(SynchronizationProvider<?> provider)
Deregisters the provided synchronization provider with the Directory Server.
|
static void |
DirectoryServer.registerSynchronizationProvider(SynchronizationProvider<SynchronizationProviderCfg> provider)
Registers the provided synchronization provider with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
|
Copyright 2010-2022 ForgeRock AS.