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

Method getValue

src/core/IncomingDataPoint.java:125–127  ·  view source on GitHub ↗

@return the value

()

Source from the content-addressed store, hash-verified

123
124 /** @return the value */
125 public final String getValue() {
126 return value;
127 }
128
129 /** @return the tags */
130 public final Map<String, String> getTags() {

Calls

no outgoing calls