Uses of Class
org.opends.server.replication.server.changelog.file.ReplicationEnvironment
-
Packages that use ReplicationEnvironment Package Description org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API. -
-
Uses of ReplicationEnvironment in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return ReplicationEnvironment Modifier and Type Method Description static ReplicationEnvironment
ReplicationEnvironment. newReplicationEnvironment(Path rootPath, ReplicationServerId replicationServerId, LogCryptoCfg cryptoCfg, Clock clock)
Creates the replication environment that can modify the file system.
-