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

Method call

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

Source from the content-addressed store, hash-verified

2971 /** Callback executed when a lookup in META completes. */
2972 private final class MetaCB implements Callback<Object, ArrayList<KeyValue>> {
2973 public Object call(final ArrayList<KeyValue> arg) {
2974 return discoverRegion(arg);
2975 }
2976 public String toString() {
2977 return "locateRegion in META";
2978 }

Callers

nothing calls this directly

Calls 1

discoverRegionMethod · 0.80

Tested by

no test coverage detected