Uses of Interface
org.opends.server.replication.common.ShutdownSynchronizer
Packages that use ShutdownSynchronizer
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code for the Replication Server part of the Multimaster replication feature.
-
Uses of ShutdownSynchronizer in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement ShutdownSynchronizerModifier and TypeClassDescriptionfinal class
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication. -
Uses of ShutdownSynchronizer in org.opends.server.replication.server
Constructors in org.opends.server.replication.server with parameters of type ShutdownSynchronizerModifierConstructorDescriptionReplicationServer
(ServerContext serverContext, ReplicationServerCfg cfg, ShutdownSynchronizer shutdownSync) Creates a new Replication server using the provided configuration entry and shutdown synchronization object.