Uses of Class
org.opends.server.api.SynchronizationProvider
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of SynchronizationProvider in org.opends.server.core
Modifier and TypeMethodDescriptionList<SynchronizationProvider<? extends SynchronizationProviderCfg>>
DirectoryServer.getSynchronizationProviders()
List<SynchronizationProvider<? extends SynchronizationProviderCfg>>
ServerContext.getSynchronizationProviders()
Retrieves the set of synchronization providers that have been registered with the Directory Server.Modifier and TypeMethodDescriptionvoid
DirectoryServer.deregisterSynchronizationProvider
(SynchronizationProvider<?> provider) void
ServerContext.deregisterSynchronizationProvider
(SynchronizationProvider<?> provider) Deregisters the provided synchronization provider with the Directory Server.void
DirectoryServer.registerSynchronizationProvider
(SynchronizationProvider<? extends SynchronizationProviderCfg> provider) void
ServerContext.registerSynchronizationProvider
(SynchronizationProvider<? extends SynchronizationProviderCfg> provider) Registers the provided synchronization provider with the Directory Server. -
Uses of SynchronizationProvider in org.opends.server.replication.plugin
Modifier and TypeClassDescriptionfinal class
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.