| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2013-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.replication.server; |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the Map of domainBaseDN => generationId. |
| | | * Returns the Map of domainBaseDN => generationId. |
| | | * |
| | | * @return a Map of domainBaseDN => generationId |
| | | * @return a Map of domainBaseDN => generationId |
| | | */ |
| | | public Map<DN, Long> getDomainToGenerationId() |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the Map of domainBaseDN => List<serverId>. |
| | | * Returns the Map of domainBaseDN => List<serverId>. |
| | | * |
| | | * @return a Map of domainBaseDN => List<serverId>. |
| | | * @return a Map of domainBaseDN => List<serverId>. |
| | | */ |
| | | public Map<DN, Set<Integer>> getDomainToServerIds() |
| | | { |