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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java6220 TopologyCache cache1 = null;
6231 cache1 = new TopologyCache(adsCtx1, getTrustManager(),
6233 cache1.setPreferredConnections(cnx);
6234 cache1.getFilter().setSearchMonitoringInformation(false);
6237 cache1.getFilter().addBaseDNToSearch(dn);
6239 cache1.reloadTopology();
6240 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
6294 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1,
6304 if (cache1 != null)
6306 for (ServerDescriptor server : cache1
10728 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5795 TopologyCache cache1 = null;
5806 cache1 = new TopologyCache(adsCtx1, getTrustManager(),
5808 cache1.setPreferredConnections(cnx);
5809 cache1.getFilter().setSearchMonitoringInformation(false);
5812 cache1.getFilter().addBaseDNToSearch(dn);
5814 cache1.reloadTopology();
5815 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
5869 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1,
5879 if (cache1 != null)
5881 for (ServerDescriptor server : cache1
10266 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java6220 TopologyCache cache1 = null;
6231 cache1 = new TopologyCache(adsCtx1, getTrustManager(),
6233 cache1.setPreferredConnections(cnx);
6234 cache1.getFilter().setSearchMonitoringInformation(false);
6237 cache1.getFilter().addBaseDNToSearch(dn);
6239 cache1.reloadTopology();
6240 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
6294 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1,
6304 if (cache1 != null)
6306 for (ServerDescriptor server : cache1
10728 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java6221 TopologyCache cache1 = null;
6232 cache1 = new TopologyCache(adsCtx1, getTrustManager(),
6234 cache1.setPreferredConnections(cnx);
6235 cache1.getFilter().setSearchMonitoringInformation(false);
6238 cache1.getFilter().addBaseDNToSearch(dn);
6240 cache1.reloadTopology();
6241 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
6295 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1,
6305 if (cache1 != null)
6307 for (ServerDescriptor server : cache1
10729 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5795 TopologyCache cache1 = null;
5806 cache1 = new TopologyCache(adsCtx1, getTrustManager(),
5808 cache1.setPreferredConnections(cnx);
5809 cache1.getFilter().setSearchMonitoringInformation(false);
5812 cache1.getFilter().addBaseDNToSearch(dn);
5814 cache1.reloadTopology();
5815 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
5869 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1,
5879 if (cache1 != null)
5881 for (ServerDescriptor server : cache1
10266 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Collection<String> availableSuffixes, Collection<String> alreadyReplicatedSuffixes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5071 TopologyCache cache1 = createTopologyCache(adsCtx1, cnx, uData);
5072 if (cache1 != null)
5074 messages.addAll(cache1.getErrorMessages());
5365 TopologyCache cache1 = null;
5372 cache1 = createTopologyCache(adsCtx1, cnx, uData);
5373 if (cache1 != null)
5375 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
5378 if (cache1 != null)
5380 usedReplicationServerIds.addAll(getReplicationServerIds(cache1));
5402 repServersForBaseDN.addAll(getReplicationServers(baseDN, cache1, serverDesc
9224 updateAvailableAndReplicatedSuffixesForNoDomainOneSense( TopologyCache cache1, TopologyCache cache2, String replicationServer1, String replicationServer2, Set<String> availableSuffixes, Set<String> alreadyReplicatedSuffixes) argument
[all...]

Completed in 99 milliseconds