Searched defs:excludedCSNs (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java279 * excludedCSNs.
281 * @param excludedCSNs
284 * is not part of the excludedCSNs, or {@link Pair#EMPTY} if no such
287 public Pair<DN, CSN> getOldestCSNExcluding(MultiDomainServerState excludedCSNs) argument
297 if (!isReplicaExcluded(excludedCSNs, baseDN, csn)
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java279 * excludedCSNs.
281 * @param excludedCSNs
284 * is not part of the excludedCSNs, or {@link Pair#EMPTY} if no such
287 public Pair<DN, CSN> getOldestCSNExcluding(MultiDomainServerState excludedCSNs) argument
297 if (!isReplicaExcluded(excludedCSNs, baseDN, csn)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/
H A DMultiDomainServerState.java291 * excludedCSNs.
293 * @param excludedCSNs
296 * is not part of the excludedCSNs, or {@link Pair#EMPTY} if no such
299 public Pair<DN, CSN> getOldestCSNExcluding(MultiDomainServerState excludedCSNs) argument
309 if (!isReplicaExcluded(excludedCSNs, baseDN, csn)

Completed in 29 milliseconds