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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DJoinConfig.java42 private boolean noSort; field in class:JoinConfig
70 @param noSort whether automatic sorting of the input cursors is disabled.
74 public void setNoSort(final boolean noSort) { argument
75 this.noSort = noSort;
86 return noSort;
91 return noSort ? DbConstants.DB_JOIN_NOSORT : 0;

Completed in 101 milliseconds