MCPcopy
hub / github.com/OpenTSDB/opentsdb / setDataPointStorage

Method setDataPointStorage

test/core/BaseTsdbTest.java:607–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 protected void setDataPointStorage() throws Exception {
608 storage = new MockBase(tsdb, client, true, true, true, true);
609 storage.setFamily("t".getBytes(MockBase.ASCII()));
610 }
611
612 protected void storeLongTimeSeriesSeconds(final boolean two_metrics,
613 final boolean offset) throws Exception {

Calls 3

ASCIIMethod · 0.95
setFamilyMethod · 0.80
getBytesMethod · 0.45

Tested by

no test coverage detected