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

Method getLevel

src/tree/TreeRule.java:628–630  ·  view source on GitHub ↗

@return the level where the rule resides

()

Source from the content-addressed store, hash-verified

626
627 /** @return the level where the rule resides*/
628 public int getLevel() {
629 return level;
630 }
631
632 /** @return the order of rule processing within a level */
633 public int getOrder() {

Callers 5

copyConstructorMethod · 0.95
fetchRuleMethod · 0.95
handleRuleMethod · 0.95
nextMethod · 0.80
addRuleMethod · 0.80

Calls

no outgoing calls

Tested by 2

copyConstructorMethod · 0.76
fetchRuleMethod · 0.76