| | |
| | | long getDomainChangesCount(DN baseDN); |
| | | |
| | | /** |
| | | * Returns the oldest {@link CSN}s of each serverId for the specified |
| | | * replication domain. |
| | | * Returns the oldest {@link CSN}s from the replicaDBs for each serverId in |
| | | * the specified replication domain. |
| | | * |
| | | * @param baseDN |
| | | * the replication domain baseDN |
| | |
| | | ServerState getDomainOldestCSNs(DN baseDN); |
| | | |
| | | /** |
| | | * Returns the newest {@link CSN}s of each serverId for the specified |
| | | * replication domain. |
| | | * Returns the newest {@link CSN}s from the replicaDBs for each serverId in |
| | | * the specified replication domain. |
| | | * |
| | | * @param baseDN |
| | | * the replication domain baseDN |
| | |
| | | ServerState getDomainNewestCSNs(DN baseDN); |
| | | |
| | | /** |
| | | * Returns the last time each serverId was seen alive for the specified |
| | | * replication domain. |
| | | * |
| | | * @param baseDN |
| | | * the replication domain baseDN |
| | | * @return a new ServerState object holding the {serverId => CSN} Map. Can be |
| | | * null if the config that computes change numbers is set to false or |
| | | * if domain is not replicated. |
| | | */ |
| | | ServerState getDomainLastAliveCSNs(DN baseDN); |
| | | |
| | | /** |
| | | * Retrieves the latest trim date for the specified replication domain. |
| | | * <p> |
| | | * FIXME will be removed when ECLServerHandler will not be responsible anymore |