Uses of Class
org.opends.server.replication.server.ReplicationServerDomain
-
Packages that use ReplicationServerDomain Package Description org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature. -
-
Uses of ReplicationServerDomain in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return ReplicationServerDomain Modifier and Type Method Description ReplicationServerDomain
ReplicationServer. getReplicationServerDomain(Dn baseDN)
Get the ReplicationServerDomain associated to the base DN given in parameter.ReplicationServerDomain
ReplicationServer. getReplicationServerDomain(Dn baseDN, boolean create)
Get the ReplicationServerDomain associated to the base DN given in parameter.Methods in org.opends.server.replication.server that return types with arguments of type ReplicationServerDomain Modifier and Type Method Description Collection<ReplicationServerDomain>
ReplicationServer. getReplicationServerDomains()
Returns the replication server domains managed by this replication server.Constructors in org.opends.server.replication.server with parameters of type ReplicationServerDomain Constructor Description MonitoringPublisher(ReplicationServerDomain replicationServerDomain, long periodMs)
Create a monitoring publisher.
-