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

Method setType

src/tree/TreeRule.java:649–654  ·  view source on GitHub ↗

@param type The type of rule

(TreeRuleType type)

Source from the content-addressed store, hash-verified

647
648 /** @param type The type of rule */
649 public void setType(TreeRuleType type) {
650 if (this.type != type) {
651 changed.put("type", true);
652 this.type = type;
653 }
654 }
655
656 /** @param field The field name for matching */
657 public void setField(String field) {

Calls 1

putMethod · 0.80