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

Method getSerializerStatus

test/tsd/TestHttpQuery.java:1207–1211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1205 }
1206
1207 @Test
1208 public void getSerializerStatus() throws Exception {
1209 HttpQuery.initializeSerializerMaps(tsdb);
1210 assertNotNull(HttpQuery.getSerializerStatus());
1211 }
1212
1213 /** @param the query to mock a future callback for */
1214 public static void mockChannelFuture(final HttpQuery query) {

Callers

nothing calls this directly

Calls 2

getSerializerStatusMethod · 0.95

Tested by

no test coverage detected