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

Method setTreeId

src/tree/Tree.java:1289–1291  ·  view source on GitHub ↗

@param treeId ID of the tree, users cannot modify this

(int treeId)

Source from the content-addressed store, hash-verified

1287
1288 /** @param treeId ID of the tree, users cannot modify this */
1289 public void setTreeId(int treeId) {
1290 this.tree_id = treeId;
1291 }
1292
1293 /** @param created The time when this tree was created,
1294 * Unix epoch in seconds */

Callers 8

setupStorageMethod · 0.95
storeTreeTreeID0Method · 0.95
storeTreeTreeID655536Method · 0.95
buildTestTreeMethod · 0.95
setupStorageMethod · 0.95
parseTreeV1Method · 0.95
callMethod · 0.95
callMethod · 0.95

Calls

no outgoing calls

Tested by 5

setupStorageMethod · 0.76
storeTreeTreeID0Method · 0.76
storeTreeTreeID655536Method · 0.76
buildTestTreeMethod · 0.76
setupStorageMethod · 0.76