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

Method timestamp

src/core/BatchedDataPoints.java:411–415  ·  view source on GitHub ↗
(final int i)

Source from the content-addressed store, hash-verified

409 }
410
411 @Override
412 public long timestamp(final int i) {
413 checkIndex(i);
414 return Internal.getTimestampFromQualifier(batched_qualifier, base_time, qualifierOffset(i));
415 }
416
417 @Override
418 public boolean isInteger(final int i) {

Callers

nothing calls this directly

Calls 3

checkIndexMethod · 0.95
qualifierOffsetMethod · 0.95

Tested by

no test coverage detected