Uses of Class
org.opends.server.replication.server.ReplicationServer
-
Packages that use ReplicationServer Package Description org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API. -
-
Uses of ReplicationServer in org.opends.server.backends
Constructors in org.opends.server.backends with parameters of type ReplicationServer Constructor Description ChangelogBackend(ReplicationServer replicationServer)
Creates a new backend with the provided replication server. -
Uses of ReplicationServer in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return types with arguments of type ReplicationServer Modifier and Type Method Description static List<ReplicationServer>
ReplicationServer. getAllInstances()
Get the list of every replication servers instantiated in the current VM.Constructors in org.opends.server.replication.server with parameters of type ReplicationServer Constructor Description ReplicationServerConnectThread(ReplicationServer server)
Creates a new instance of this directory thread with the specified name.ReplicationServerDomain(Dn baseDN, ReplicationServer localReplicationServer)
Creates a new ReplicationServerDomain associated to the baseDN.ReplicationServerListenThread(ReplicationServer server, ServerSocket serverSocket)
Creates a new instance of this directory thread with the specified name. -
Uses of ReplicationServer in org.opends.server.replication.server.changelog.file
Constructors in org.opends.server.replication.server.changelog.file with parameters of type ReplicationServer Constructor Description FileChangelogDB(ReplicationServer replicationServer, String dbDirectoryPath, LogCryptoCfg cryptoCfg)
Creates a new changelog DB.
-