MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / beforeLocal

Method beforeLocal

test/core/TestSaltScanner.java:76–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 protected Scanner scanner_b;
75
76 @Before
77 public void beforeLocal() throws Exception {
78 KEY_A = getRowKey(METRIC_STRING, 1356998400, TAGK_STRING, TAGV_STRING);
79 KEY_B = getRowKey(METRIC_STRING, 1356998400, TAGK_STRING, TAGV_B_STRING);
80 KEY_C = getRowKey(METRIC_STRING, 1359680400, TAGK_STRING, TAGV_STRING);
81
82 filters = new ArrayList<TagVFilter>();
83
84 spans = new TreeMap<byte[], Span>(new RowKey.SaltCmp());
85 setupMockScanners(true);
86 }
87
88 @Test
89 public void ctor() {

Callers

nothing calls this directly

Calls 2

setupMockScannersMethod · 0.95
getRowKeyMethod · 0.45

Tested by

no test coverage detected