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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DVerifyConfig.java30 private boolean orderCheckOnly = false; field in class:VerifyConfig
127 @param orderCheckOnly
132 public void setOrderCheckOnly(final boolean orderCheckOnly) { argument
133 this.orderCheckOnly = orderCheckOnly;
149 return orderCheckOnly;
231 flags |= orderCheckOnly ? DbConstants.DB_ORDERCHKONLY : 0;

Completed in 89 milliseconds