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

Method call

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

Source from the content-addressed store, hash-verified

2958 private final class MetaWithRegionLocationCB
2959 implements Callback<Object, ArrayList<KeyValue>> {
2960 public Object call(final ArrayList<KeyValue> arg) {
2961 discoverRegion(arg);
2962 return toRegionLocation(arg);
2963 }
2964 public String toString() {
2965 return "locateRegion in META with returning RegionLocation";
2966 }

Callers

nothing calls this directly

Calls 2

discoverRegionMethod · 0.80
toRegionLocationMethod · 0.80

Tested by

no test coverage detected