| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2014-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.backends; |
| | | |
| | |
| | | * <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> |
| | |
| | | * (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> |
| | |
| | | * <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> |