MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getCustom

Method getCustom

src/meta/UIDMeta.java:567–569  ·  view source on GitHub ↗

@return optional map of custom values from the user

()

Source from the content-addressed store, hash-verified

565
566 /** @return optional map of custom values from the user */
567 public Map<String, String> getCustom() {
568 return custom;
569 }
570
571 /** @param display_name an optional descriptive name for the UID */
572 public void setDisplayName(final String display_name) {

Callers 2

parseTagkCustomRuleMethod · 0.95
parseTagvRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected