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

Method call

src/core/TSDB.java:1613–1615  ·  view source on GitHub ↗
(final ArrayList<Object> args)

Source from the content-addressed store, hash-verified

1611 public Deferred<Object> flush() throws HBaseException {
1612 final class HClientFlush implements Callback<Object, ArrayList<Object>> {
1613 public Object call(final ArrayList<Object> args) {
1614 return client.flush();
1615 }
1616 public String toString() {
1617 return "flush HBase client";
1618 }

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected