Searched defs:failureList (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1110 Set<Integer> failureList = new HashSet<Integer>(0); field in class:ReplicationDomain.IEContext
1428 if (!ieContext.failureList.isEmpty())
1433 ieContext.failureList.toString()));
1527 if (!ieContext.failureList.isEmpty())
1533 ieContext.failureList.toString()));
1570 * - build the failureList
1620 ieContext.failureList.addAll(replicasWeAreWaitingFor);
1624 "[IE] wait for start ends with " + ieContext.failureList);
1630 * - build the failureList
1661 if (ieContext.failureList
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1162 private final Set<Integer> failureList = new HashSet<Integer>(0); field in class:ReplicationDomain.ImportExportContext
1537 if (!ieCtx.failureList.isEmpty())
1542 ieCtx.failureList.toString()));
1635 if (!ieCtx.failureList.isEmpty() && exportRootException == null)
1640 ieCtx.failureList.toString()));
1669 * - build the failureList.
1717 ieCtx.failureList.addAll(replicasWeAreWaitingFor);
1721 "[IE] wait for start ends with " + ieCtx.failureList);
1727 * - build the failureList.
1755 if (ieCtx.failureList
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1111 Set<Integer> failureList = new HashSet<Integer>(0); field in class:ReplicationDomain.IEContext
1429 if (!ieContext.failureList.isEmpty())
1434 ieContext.failureList.toString()));
1528 if (!ieContext.failureList.isEmpty())
1534 ieContext.failureList.toString()));
1571 * - build the failureList
1621 ieContext.failureList.addAll(replicasWeAreWaitingFor);
1625 "[IE] wait for start ends with " + ieContext.failureList);
1631 * - build the failureList
1662 if (ieContext.failureList
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1110 Set<Integer> failureList = new HashSet<Integer>(0); field in class:ReplicationDomain.IEContext
1428 if (!ieContext.failureList.isEmpty())
1433 ieContext.failureList.toString()));
1527 if (!ieContext.failureList.isEmpty())
1533 ieContext.failureList.toString()));
1570 * - build the failureList
1620 ieContext.failureList.addAll(replicasWeAreWaitingFor);
1624 "[IE] wait for start ends with " + ieContext.failureList);
1630 * - build the failureList
1661 if (ieContext.failureList
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1162 private final Set<Integer> failureList = new HashSet<Integer>(0); field in class:ReplicationDomain.ImportExportContext
1537 if (!ieCtx.failureList.isEmpty())
1542 ieCtx.failureList.toString()));
1635 if (!ieCtx.failureList.isEmpty() && exportRootException == null)
1640 ieCtx.failureList.toString()));
1669 * - build the failureList.
1717 ieCtx.failureList.addAll(replicasWeAreWaitingFor);
1721 "[IE] wait for start ends with " + ieCtx.failureList);
1727 * - build the failureList.
1755 if (ieCtx.failureList
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java1133 private final Set<Integer> failureList = new HashSet<>(0); field in class:ReplicationDomain.ImportExportContext
1508 if (!ieCtx.failureList.isEmpty())
1512 ERR_INIT_NO_SUCCESS_START_FROM_SERVERS.get(getBaseDN(), ieCtx.failureList));
1607 if (!ieCtx.failureList.isEmpty() && exportRootException == null)
1610 ERR_INIT_NO_SUCCESS_END_FROM_SERVERS.get(getGenerationID(), ieCtx.failureList));
1639 * - build the failureList.
1689 ieCtx.failureList.addAll(replicasWeAreWaitingFor);
1693 logger.trace("[IE] wait for start ends with " + ieCtx.failureList);
1700 * - build the failureList.
1728 if (ieCtx.failureList
[all...]

Completed in 46 milliseconds