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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java10634 String replicationServer1 = getReplicationServer(
10692 replicationServer1, replicationServer2, availableSuffixes,
10695 replicationServer2, replicationServer1, availableSuffixes,
10705 if (rServer.equalsIgnoreCase(replicationServer1))
10729 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
10739 if (rServer.equalsIgnoreCase(replicationServer1))
10728 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java10172 String replicationServer1 = getReplicationServer(
10230 replicationServer1, replicationServer2, availableSuffixes,
10233 replicationServer2, replicationServer1, availableSuffixes,
10243 if (rServer.equalsIgnoreCase(replicationServer1))
10267 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
10277 if (rServer.equalsIgnoreCase(replicationServer1))
10266 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java10634 String replicationServer1 = getReplicationServer(
10692 replicationServer1, replicationServer2, availableSuffixes,
10695 replicationServer2, replicationServer1, availableSuffixes,
10705 if (rServer.equalsIgnoreCase(replicationServer1))
10729 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
10739 if (rServer.equalsIgnoreCase(replicationServer1))
10728 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java10635 String replicationServer1 = getReplicationServer(
10693 replicationServer1, replicationServer2, availableSuffixes,
10696 replicationServer2, replicationServer1, availableSuffixes,
10706 if (rServer.equalsIgnoreCase(replicationServer1))
10730 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
10740 if (rServer.equalsIgnoreCase(replicationServer1))
10729 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java10172 String replicationServer1 = getReplicationServer(
10230 replicationServer1, replicationServer2, availableSuffixes,
10233 replicationServer2, replicationServer1, availableSuffixes,
10243 if (rServer.equalsIgnoreCase(replicationServer1))
10267 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
10277 if (rServer.equalsIgnoreCase(replicationServer1))
10266 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java9161 String replicationServer1 = getReplicationServer(getHostName(ctx1), replicationPort1);
9172 replicationServer1, replicationServer2, availableSuffixes,
9175 replicationServer2, replicationServer1, availableSuffixes,
9180 addAllAvailableSuffixes(availableSuffixes, cache1.getSuffixes(), replicationServer1);
9225 TopologyCache cache1, TopologyCache cache2, String replicationServer1,
9233 if (rServer.equalsIgnoreCase(replicationServer1))
9224 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Set<String> availableSuffixes, Set<String> alreadyReplicatedSuffixes) argument

Completed in 325 milliseconds