mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
11 hours ago 2bbdaeb3b2296a2910e5d44152a02cc0f098ce59
opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
@@ -12,6 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2014-2016 ForgeRock AS.
 * Portions Copyright 2026 3A Systems, LLC.
 */
package org.opends.server.backends;
@@ -127,7 +128,7 @@
 * <code>changeNumber</code> attribute value is set from the content of
 * ChangeNumberIndexDB.</li>
 * </ul>
 * <h3>Searches flow</h3>
 * <h2>Searches flow</h2>
 * <p>
 * Here is the flow of searches within the changelog backend APIs:
 * <ul>
@@ -142,7 +143,7 @@
 * (once, single threaded),</li>
 * <li>
 * {@link ChangelogBackend#search(SearchOperation)} (once, single threaded)</li>
 * <li>{@link ChangelogBackend#notify*EntryAdded()} (multiple times, multi
 * <li>{@code notify*EntryAdded()} (multiple times, multi
 * threaded)</li>
 * </ol>
 * </li>
@@ -151,7 +152,7 @@
 * <li>{@link ChangelogBackend#registerPersistentSearch(PersistentSearch)}
 * (once, single threaded)</li>
 * <li>
 * {@link ChangelogBackend#notify*EntryAdded()} (multiple times, multi
 * {@code notify*EntryAdded()} (multiple times, multi
 * threaded)</li>
 * </ol>
 * </li>