Uses of Class
org.opends.server.replication.service.ReplicationDomain
-
Packages that use ReplicationDomain Package Description org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.service 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.plugin Modifier and Type Class Description class
LDAPReplicationDomain
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 ReplicationDomain Constructor Description ReplicationBroker(ServerContext serverContext, ReplicationDomain replicationDomain, ServerState state, ReplicationDomainCfg config, ReplSessionSecurity replSessionSecurity)
Creates a new ReplicationServer Broker for a particular ReplicationDomain.
-