Uses of Class
org.opends.server.api.SynchronizationProvider
-
Packages that use SynchronizationProvider 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. -
-
Uses of SynchronizationProvider in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type SynchronizationProvider Modifier and Type Method Description List<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 SynchronizationProvider Modifier and Type Method Description void
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.plugin Modifier and Type Class Description class
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
-