Uses of Class
org.opends.server.replication.service.ReplicationDomain
Packages that use ReplicationDomain
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of ReplicationDomain in org.opends.server.replication.plugin
Subclasses of ReplicationDomain in org.opends.server.replication.pluginModifier and TypeClassDescriptionfinal class
This class implements the bulk part of the Directory Server side of the replication code. -
Uses of ReplicationDomain in org.opends.server.replication.service
Constructors in org.opends.server.replication.service with parameters of type ReplicationDomainModifierConstructorDescriptionReplicationBroker
(ServerContext serverContext, ReplicationDomain replicationDomain, ServerState state, ReplicationDomainCfg config, ReplSessionSecurity replSessionSecurity) Creates a new ReplicationServer Broker for a particular ReplicationDomain.