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

Method rowKeyFromTSUIDShortTsuid

test/core/TestRowKey.java:121–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 @Test (expected = IllegalArgumentException.class)
122 public void rowKeyFromTSUIDShortTsuid() throws Exception {
123 final byte[] tsuid = { 0, 1 };
124 RowKey.rowKeyFromTSUID(tsdb, tsuid, 1356998400);
125 }
126
127 @Test (expected = IllegalArgumentException.class)
128 public void rowKeyFromTSUIDEmptyTsuid() throws Exception {

Callers

nothing calls this directly

Calls 1

rowKeyFromTSUIDMethod · 0.95

Tested by

no test coverage detected