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

Method getTimestampFromQualifierMs

test/core/TestInternal.java:522–527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

520 }
521
522 @Test
523 public void getTimestampFromQualifierMs() {
524 final long ts = Internal.getTimestampFromQualifier(
525 new byte[] { (byte) 0xF0, 0x00, 0x02, 0x07 }, 1356998400);
526 assertEquals(1356998400008L, ts);
527 }
528
529 @Test
530 public void getTimestampFromQualifierMsLarge() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected