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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java5071 TopologyCache cache1 = createTopologyCache(adsCtx1, cnx, uData);
5076 TopologyCache cache2 = createTopologyCache(adsCtx2, cnx, uData);
5372 cache1 = createTopologyCache(adsCtx1, cnx, uData);
5377 cache2 = createTopologyCache(adsCtx2, cnx, uData);
5610 private TopologyCache createTopologyCache(ADSContext adsCtx, Set<PreferredConnection> cnx, ReplicationUserData uData) method in class:ReplicationCliMain
9167 TopologyCache cache1 = isReplicationServer1Configured ? createTopologyCache(ctx1) : null;
9168 TopologyCache cache2 = isReplicationServer2Configured ? createTopologyCache(ctx2) : null;
9188 private TopologyCache createTopologyCache(InitialLdapContext ctx) method in class:ReplicationCliMain
9289 createTopologyCache(adsCtx1, uData, suffixes);
9290 createTopologyCache(adsCtx
9339 private void createTopologyCache(ADSContext adsCtx, ReplicationUserData uData, Set<SuffixDescriptor> suffixes) method in class:ReplicationCliMain
9637 private TopologyCache createTopologyCache(ADSContext adsCtx, Set<PreferredConnection> cnx) method in class:ReplicationCliMain
[all...]

Completed in 49 milliseconds