MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setStoreFailures

Method setStoreFailures

src/tree/Tree.java:1283–1286  ·  view source on GitHub ↗

@param store_failures Whether or not to store not matched or collisions

(boolean store_failures)

Source from the content-addressed store, hash-verified

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) {

Callers 4

flushCollisionsMethod · 0.95
flushNotMatchedMethod · 0.95
parseTreeV1Method · 0.95
parseTreeMethod · 0.95

Calls 1

putMethod · 0.80

Tested by 2

flushCollisionsMethod · 0.76
flushNotMatchedMethod · 0.76