MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / call

Method call

src/core/MultiGetQuery.java:323–329  ·  view source on GitHub ↗
(final Exception e)

Source from the content-addressed store, hash-verified

321 */
322 class ErrorCb implements Callback<Object, Exception> {
323 @Override
324 public Object call(final Exception e) throws Exception {
325 LOG.error("Multi get threw an exception: " + this, e);
326 MulGetCB.this.get_exception = e;
327 close(false);
328 return null;
329 }
330 }
331
332 public Object fetch() {

Callers

nothing calls this directly

Calls 2

errorMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected