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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java4009 * Helper type for the <CODE>getCommonSuffixes</CODE> method.
4030 private Collection<String> getCommonSuffixes( method in class:ReplicationCliMain
5085 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5088 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5694 getCommonSuffixes(ctxSource, ctxDestination,
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3807 * Helper type for the <CODE>getCommonSuffixes</CODE> method.
3828 private Collection<String> getCommonSuffixes( method in class:ReplicationCliMain
4783 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
4786 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5322 getCommonSuffixes(ctxSource, ctxDestination,
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java4009 * Helper type for the <CODE>getCommonSuffixes</CODE> method.
4030 private Collection<String> getCommonSuffixes( method in class:ReplicationCliMain
5085 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5088 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5694 getCommonSuffixes(ctxSource, ctxDestination,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java4010 * Helper type for the <CODE>getCommonSuffixes</CODE> method.
4031 private Collection<String> getCommonSuffixes( method in class:ReplicationCliMain
5086 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5089 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5695 getCommonSuffixes(ctxSource, ctxDestination,
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java3807 * Helper type for the <CODE>getCommonSuffixes</CODE> method.
3828 private Collection<String> getCommonSuffixes( method in class:ReplicationCliMain
4783 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
4786 new TreeSet<String>(getCommonSuffixes(ctx1, ctx2,
5322 getCommonSuffixes(ctxSource, ctxDestination,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1414 if (!getCommonSuffixes(ctxSource, ctxDest, SuffixRelationType.NOT_FULLY_REPLICATED).isEmpty())
1466 for (String adn : getCommonSuffixes(ctxSource, ctxDest, SuffixRelationType.REPLICATED))
3798 /** Helper type for the {@link #getCommonSuffixes(InitialLdapContext, InitialLdapContext, SuffixRelationType)}. */
3818 private List<String> getCommonSuffixes(InitialLdapContext ctx1, InitialLdapContext ctx2, SuffixRelationType type) method in class:ReplicationCliMain
4553 availableSuffixes.addAll(getCommonSuffixes(ctx1, ctx2,
4555 alreadyReplicatedSuffixes.addAll(getCommonSuffixes(ctx1, ctx2,
4997 getCommonSuffixes(ctxSource, ctxDestination, SuffixRelationType.REPLICATED));

Completed in 117 milliseconds