@param store_failures Whether or not to store not matched or collisions
(boolean store_failures)
| 1281 | |
| 1282 | /** @param store_failures Whether or not to store not matched or collisions */ |
| 1283 | public void setStoreFailures(boolean store_failures) { |
| 1284 | this.store_failures = store_failures; |
| 1285 | changed.put("store_failures", true); |
| 1286 | } |
| 1287 | |
| 1288 | /** @param treeId ID of the tree, users cannot modify this */ |
| 1289 | public void setTreeId(int treeId) { |