Searched refs:getSortedDuplicates (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java99 public static boolean getSortedDuplicates(DatabaseConfig dbConfig) { method in class:DbCompat
100 return dbConfig.getSortedDuplicates();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataView.java106 dupsAllowed = DbCompat.getSortedDuplicates(dbConfig) ||
108 dupsOrdered = DbCompat.getSortedDuplicates(dbConfig);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicIndex.java59 sortedDups = config.getSortedDuplicates();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestStore.java221 return DbCompat.getSortedDuplicates(config) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java94 if (DbCompat.getSortedDuplicates(dbConfig) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java936 if (config.getSortedDuplicates() ||
1031 if (config.getSortedDuplicates() != dbConfig.getSortedDuplicates() ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java1180 config.getSortedDuplicates() ? DbConstants.DB_DUPSORT : 0);
H A DDatabaseConfig.java1699 public boolean getSortedDuplicates() { method in class:DatabaseConfig

Completed in 58 milliseconds