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

Method setField

src/tree/TreeRule.java:657–662  ·  view source on GitHub ↗

@param field The field name for matching

(String field)

Source from the content-addressed store, hash-verified

655
656 /** @param field The field name for matching */
657 public void setField(String field) {
658 if (!this.field.equals(field)) {
659 changed.put("field", true);
660 this.field = field;
661 }
662 }
663
664 /** @param custom_field The custom field name to set if matching */
665 public void setCustomField(String custom_field) {

Calls 2

putMethod · 0.80
equalsMethod · 0.45