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

Method markSerializationSuccessful

src/stats/QueryStats.java:330–332  ·  view source on GitHub ↗

Marks a query as completed successfully with the 200 HTTP response code without an exception. Moves it from the running map to the cache, updating the cache if it already existed.

()

Source from the content-addressed store, hash-verified

328 * existed.
329 */
330 public void markSerializationSuccessful() {
331 markSerialized(HttpResponseStatus.OK, null);
332 }
333
334 /**
335 * Marks a query as completed with the given HTTP code with exception and

Callers 6

testHashCodeandEqualsMethod · 0.95
markCompleteMethod · 0.95
getStatMethod · 0.95
getStatTimeMethod · 0.95
callMethod · 0.80
callMethod · 0.80

Calls 1

markSerializedMethod · 0.95

Tested by 4

testHashCodeandEqualsMethod · 0.76
markCompleteMethod · 0.76
getStatMethod · 0.76
getStatTimeMethod · 0.76