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

Method operationComplete

src/tsd/HttpQuery.java:672–675  ·  view source on GitHub ↗
(final ChannelFuture future)

Source from the content-addressed store, hash-verified

670 final ChannelFuture future = channel().write(region);
671 future.addListener(new ChannelFutureListener() {
672 public void operationComplete(final ChannelFuture future) {
673 region.releaseExternalResources();
674 done();
675 }
676 });
677 if (!HttpHeaders.isKeepAlive(request())) {
678 future.addListener(ChannelFutureListener.CLOSE);

Callers

nothing calls this directly

Calls 1

doneMethod · 0.95

Tested by

no test coverage detected