Searched defs:sort (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java51 * based on a given sort order.
57 * set using the given sort order.
63 * @param sortOrder The sort order to use for the entry ID set.
68 * provided set using the given sort order.
70 * @throws DirectoryException If an error occurs while performing the sort.
72 public static EntryIDSet sort(EntryContainer entryContainer, method in class:EntryIDSetSorter
260 // No entry was found to be greater than or equal to the sort key, so
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java52 * based on a given sort order.
58 * set using the given sort order.
64 * @param sortOrder The sort order to use for the entry ID set.
69 * provided set using the given sort order.
71 * @throws DirectoryException If an error occurs while performing the sort.
73 public static EntryIDSet sort(EntryContainer entryContainer, method in class:EntryIDSetSorter
261 // No entry was found to be greater than or equal to the sort key, so
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java52 * based on a given sort order.
58 * set using the given sort order.
64 * @param sortOrder The sort order to use for the entry ID set.
69 * provided set using the given sort order.
71 * @throws DirectoryException If an error occurs while performing the sort.
73 public static EntryIDSet sort(EntryContainer entryContainer, method in class:EntryIDSetSorter
261 // No entry was found to be greater than or equal to the sort key, so
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java51 * based on a given sort order.
57 * set using the given sort order.
63 * @param sortOrder The sort order to use for the entry ID set.
68 * provided set using the given sort order.
70 * @throws DirectoryException If an error occurs while performing the sort.
72 public static EntryIDSet sort(EntryContainer entryContainer, method in class:EntryIDSetSorter
260 // No entry was found to be greater than or equal to the sort key, so
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java52 * based on a given sort order.
58 * set using the given sort order.
64 * @param sortOrder The sort order to use for the entry ID set.
69 * provided set using the given sort order.
71 * @throws DirectoryException If an error occurs while performing the sort.
73 public static EntryIDSet sort(EntryContainer entryContainer, method in class:EntryIDSetSorter
261 // No entry was found to be greater than or equal to the sort key, so
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java114 /** The comparator to use sort the keys. */
274 public void sort() { method in class:IndexOutputBuffer
275 sort(0, keys);
670 private void sort(int off, int len) method in class:IndexOutputBuffer
722 // Recursively sort non-partition-elements
724 sort(off, s);
726 sort(n-s, s);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java97 //The comparator to use sort the keys.
252 public void sort() { method in class:IndexOutputBuffer
253 sort(0, keys);
634 private void sort(int off, int len) method in class:IndexOutputBuffer
686 // Recursively sort non-partition-elements
688 sort(off, s);
690 sort(n-s, s);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java97 //The comparator to use sort the keys.
252 public void sort() { method in class:IndexOutputBuffer
253 sort(0, keys);
634 private void sort(int off, int len) method in class:IndexOutputBuffer
686 // Recursively sort non-partition-elements
688 sort(off, s);
690 sort(n-s, s);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java114 /** The comparator to use sort the keys. */
274 public void sort() { method in class:IndexOutputBuffer
275 sort(0, keys);
670 private void sort(int off, int len) method in class:IndexOutputBuffer
722 // Recursively sort non-partition-elements
724 sort(off, s);
726 sort(n-s, s);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java97 //The comparator to use sort the keys.
252 public void sort() { method in class:IndexOutputBuffer
253 sort(0, keys);
634 private void sort(int off, int len) method in class:IndexOutputBuffer
686 // Recursively sort non-partition-elements
688 sort(off, s);
690 sort(n-s, s);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java806 // Combining server-side sort with paged result controls
847 // If the sort key is not present, the sorting will generate the
849 // this sort key was not found in the user entry.
853 entryIDReorderedSet = sort(txn, entryIDSet, searchOperation, sortOrder, vlvRequest);
869 * There is no sort key associated with the sort control.
1032 Arrays.sort(entryIDs);
1692 Collections.sort(entriesToBeDeleted);
2093 Collections.sort(renamedEntryIDs, Pair.<Long, Long>getPairComparator());
2645 private long[] sort(ReadableTransactio method in class:EntryContainer
[all...]
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/forgerock/opendj2/ext/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/ext/svnkit/lib/
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 5697 milliseconds

123