Uses of Class
org.opends.server.replication.server.changelog.file.LogCryptoCfg
-
Packages that use LogCryptoCfg Package Description org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API. -
-
Uses of LogCryptoCfg in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file with parameters of type LogCryptoCfg Modifier and Type Method Description static void
FileChangelogDB. migrateEncryptedHeadLogFile(Path headLogFilePath, LogCryptoCfg cryptoCfg)
Used by upgrade only: Rewrite the head log file to take confidentiality settings into account.static void
FileChangelogDB. migrateOfflineStateToChangelog(Path replicationDbDir, Path replicaIdDir, LogCryptoCfg cryptoCfg, CSN offlineCsn)
Used by upgrade only: Append the CSN at which the server/domains was considered offline if this CSN appears to be more recent than the last message already contained in the log, otherwise the changelog is not modified.static ReplicationEnvironment
ReplicationEnvironment. newReplicationEnvironment(Path rootPath, ReplicationServerId replicationServerId, LogCryptoCfg cryptoCfg, Clock clock)
Creates the replication environment that can modify the file system.static void
FileChangelogDB. renameHeadLogFileToUseOldestKey(Path headLogFilePath, LogCryptoCfg cryptoCfg)
Renames thehead.log
files to a name using the oldest key in the file.Constructors in org.opends.server.replication.server.changelog.file with parameters of type LogCryptoCfg Constructor Description FileChangelogDB(ReplicationServer replicationServer, String dbDirectoryPath, LogCryptoCfg cryptoCfg)
Creates a new changelog DB.
-