MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / call

Method call

src/HBaseClient.java:2984–2986  ·  view source on GitHub ↗
(final ArrayList<KeyValue> arg)

Source from the content-addressed store, hash-verified

2982 /** Callback executed when a lookup in -ROOT- completes. */
2983 private final class RootCB implements Callback<Object, ArrayList<KeyValue>> {
2984 public Object call(final ArrayList<KeyValue> arg) {
2985 return discoverRegion(arg);
2986 }
2987 public String toString() {
2988 return "locateRegion in ROOT";
2989 }

Callers

nothing calls this directly

Calls 1

discoverRegionMethod · 0.80

Tested by

no test coverage detected