Uses of Class
org.opends.server.api.SynchronizationProvider
Packages that use 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
Methods in org.opends.server.core that return types with arguments of type SynchronizationProviderModifier 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.Methods in org.opends.server.core with parameters of type SynchronizationProviderModifier 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
Subclasses of SynchronizationProvider in org.opends.server.replication.pluginModifier and TypeClassDescriptionfinal class
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.