Searched refs:btMinKey (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 DDatabaseConfig.java39 private int btMinKey = 0; field in class:DatabaseConfig
167 @param btMinKey
171 public void setBtreeMinKey(final int btMinKey) { argument
172 this.btMinKey = btMinKey;
186 return btMinKey;
2023 if (btMinKey != oldConfig.btMinKey)
2024 db.set_bt_minkey(btMinKey);
2107 btMinKey
[all...]

Completed in 193 milliseconds