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

Method timestamp

src/core/Internal.java:407–409  ·  view source on GitHub ↗

Returns the Unix epoch timestamp in milliseconds @param base_time Row key base time to add the offset to @return Unix epoch timestamp in milliseconds

(final long base_time)

Source from the content-addressed store, hash-verified

405 * @return Unix epoch timestamp in milliseconds
406 */
407 public long timestamp(final long base_time) {
408 return getTimestampFromQualifier(qualifier, base_time);
409 }
410
411 /**
412 * Returns the timestamp as stored in HBase for the cell, i.e. in seconds

Callers 4

parseKeyValueMethod · 0.95
repairDuplicatesMethod · 0.95
repairOutOfOrderMethod · 0.95

Calls 1

Tested by 4

parseKeyValueMethod · 0.76
repairDuplicatesMethod · 0.76
repairOutOfOrderMethod · 0.76