Searched refs:sortedDups (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicIndex.java42 boolean sortedDups; field in class:BasicIndex
59 sortedDups = config.getSortedDuplicates();
108 if (sortedDups) {
265 new RangeCursor(range, null/*pkRange*/, sortedDups, cursor);
H A DSubIndex.java46 private boolean sortedDups; field in class:SubIndex
66 sortedDups = secIndex.sortedDups;
321 new RangeCursor(singleKeyRange, pkeyRange, sortedDups, cursor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java56 private boolean sortedDups; field in class:RangeCursor
85 boolean sortedDups,
94 this.sortedDups = sortedDups;
280 if (pkRange.beginKey == null || !sortedDups) {
347 if (!sortedDups) {
83 RangeCursor(KeyRange range, KeyRange pkRange, boolean sortedDups, Cursor cursor) argument

Completed in 491 milliseconds