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

Method ctor

test/core/TestMultiGetQuery.java:145–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 @Test
146 public void ctor() throws Exception {
147 TsdbQuery query = new TsdbQuery(tsdb);
148 final MultiGetQuery mgq = new MultiGetQuery(tsdb, query, METRIC_BYTES, q_tags,
149 start_ts, end_ts, tsdb.dataTable(), spans, null, 0, null, query_stats,
150 0, max_bytes, false, multiget_no_meta);
151 // TODO - validations
152 }
153
154 @Test
155 public void prepareAllTagvCompounds() throws Exception {

Callers

nothing calls this directly

Calls 1

dataTableMethod · 0.80

Tested by

no test coverage detected