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

Method getTimestamp

src/core/IncomingDataPoint.java:120–122  ·  view source on GitHub ↗

@return the timestamp

()

Source from the content-addressed store, hash-verified

118
119 /** @return the timestamp */
120 public final long getTimestamp() {
121 return timestamp;
122 }
123
124 /** @return the value */
125 public final String getValue() {

Calls

no outgoing calls