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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java61 * @param entryIDSet The entry ID set to be sorted.
73 EntryIDSet entryIDSet,
79 if (! entryIDSet.isDefined())
90 for (EntryID id : entryIDSet)
72 sort(EntryContainer entryContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
H A DVerifyJob.java965 * @param entryIDSet The set of entry IDs for the index record.
967 private void updateIndexStats(EntryIDSet entryIDSet) argument
969 if (!entryIDSet.isDefined())
976 if (entryIDSet.size() > 1)
980 entryReferencesCount += entryIDSet.size();
981 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java62 * @param entryIDSet The entry ID set to be sorted.
74 EntryIDSet entryIDSet,
80 if (! entryIDSet.isDefined())
91 for (EntryID id : entryIDSet)
73 sort(EntryContainer entryContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
H A DVerifyJob.java966 * @param entryIDSet The set of entry IDs for the index record.
968 private void updateIndexStats(EntryIDSet entryIDSet) argument
970 if (!entryIDSet.isDefined())
977 if (entryIDSet.size() > 1)
981 entryReferencesCount += entryIDSet.size();
982 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java62 * @param entryIDSet The entry ID set to be sorted.
74 EntryIDSet entryIDSet,
80 if (! entryIDSet.isDefined())
91 for (EntryID id : entryIDSet)
73 sort(EntryContainer entryContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
H A DVerifyJob.java966 * @param entryIDSet The set of entry IDs for the index record.
968 private void updateIndexStats(EntryIDSet entryIDSet) argument
970 if (!entryIDSet.isDefined())
977 if (entryIDSet.size() > 1)
981 entryReferencesCount += entryIDSet.size();
982 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java61 * @param entryIDSet The entry ID set to be sorted.
73 EntryIDSet entryIDSet,
79 if (! entryIDSet.isDefined())
90 for (EntryID id : entryIDSet)
72 sort(EntryContainer entryContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
H A DVerifyJob.java965 * @param entryIDSet The set of entry IDs for the index record.
967 private void updateIndexStats(EntryIDSet entryIDSet) argument
969 if (!entryIDSet.isDefined())
976 if (entryIDSet.size() > 1)
980 entryReferencesCount += entryIDSet.size();
981 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java62 * @param entryIDSet The entry ID set to be sorted.
74 EntryIDSet entryIDSet,
80 if (! entryIDSet.isDefined())
91 for (EntryID id : entryIDSet)
73 sort(EntryContainer entryContainer, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
H A DVerifyJob.java966 * @param entryIDSet The set of entry IDs for the index record.
968 private void updateIndexStats(EntryIDSet entryIDSet) argument
970 if (!entryIDSet.isDefined())
977 if (entryIDSet.size() > 1)
981 entryReferencesCount += entryIDSet.size();
982 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDefaultIndex.java68 * that do not exist are undefined instead of an empty entryIDSet. The following rules will be
151 ByteString toValue(EntryIDSet entryIDSet) argument
153 return codec.encode(entryIDSet);
183 EntryIDSet entryIDSet = computeEntryIDSet(key, oldValue.toByteString(), deletedIDs, addedIDs);
189 return entryIDSet.size() == 0 ? null : toValue(entryIDSet);
207 private static boolean isNullOrEmpty(EntryIDSet entryIDSet) argument
209 return entryIDSet == null || entryIDSet.size() == 0;
212 private static boolean isNotEmpty(EntryIDSet entryIDSet) argument
[all...]
H A DVerifyJob.java581 * @param entryIDSet The set of entry IDs for the index record.
583 private void updateIndexStats(EntryIDSet entryIDSet) argument
585 if (!entryIDSet.isDefined())
592 if (entryIDSet.size() > 1)
596 entryReferencesCount += entryIDSet.size();
597 maxEntryPerValue = Math.max(maxEntryPerValue, entryIDSet.size());
674 EntryIDSet entryIDSet;
677 entryIDSet = cursor.getValue();
678 if (entryIDSet.size() == 0)
692 updateIndexStats(entryIDSet);
[all...]
H A DEntryIDSet.java387 private final long[] entryIDSet; field in class:EntryIDSet.IDSetIterator
390 IDSetIterator(long[] entryIDSet) argument
392 this.entryIDSet = entryIDSet;
395 IDSetIterator(long[] entryIDSet, long begin) argument
397 this(entryIDSet);
398 currentIndex = Math.max(0, Arrays.binarySearch(entryIDSet, begin));
404 return currentIndex < entryIDSet.length;
412 return new EntryID(entryIDSet[currentIndex++]);
H A DEntryContainer.java783 EntryIDSet entryIDSet = null;
791 entryIDSet = vlvIndex.evaluate(txn, searchOperation, sortRequest, vlvRequest, debugBuffer);
792 if (entryIDSet != null)
807 // requires us to use an entryIDSet where the entryIDs are ordered
810 if (entryIDSet == null)
822 entryIDSet = indexFilter.evaluate();
824 if (!isBelowFilterThreshold(entryIDSet))
832 entryIDSet.retainAll(scopeSet);
853 entryIDReorderedSet = sort(txn, entryIDSet, searchOperation, sortOrder, vlvRequest);
857 entryIDReorderedSet = entryIDSet
2645 sort(ReadableTransaction txn, EntryIDSet entryIDSet, SearchOperation searchOperation, SortOrder sortOrder, VLVRequestControl vlvRequest) argument
[all...]

Completed in 63 milliseconds