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

Method getCustomField

src/tree/TreeRule.java:593–595  ·  view source on GitHub ↗

@return the custom_field if matching

()

Source from the content-addressed store, hash-verified

591
592 /** @return the custom_field if matching */
593 public String getCustomField() {
594 return custom_field;
595 }
596
597 /** @return the user supplied, uncompiled regex */
598 public String getRegex() {

Callers 5

copyConstructorMethod · 0.95
parseMetricCustomRuleMethod · 0.80
parseTagkCustomRuleMethod · 0.80
parseTagvRuleMethod · 0.80
setCurrentNameMethod · 0.80

Calls

no outgoing calls

Tested by 1

copyConstructorMethod · 0.76