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

Method call

src/HBaseClient.java:2358–2361  ·  view source on GitHub ↗
(final Object unused)

Source from the content-addressed store, hash-verified

2356 // lookup (and therefore figure out what the name of meta is).
2357 class Retry implements Callback<Object, Object> {
2358 @Override
2359 public Object call(final Object unused) {
2360 return findTableRegions(table, start, stop, cache, return_locations);
2361 }
2362 @Override
2363 public String toString() {
2364 return "retry (" + Bytes.pretty(table) + ", "

Callers

nothing calls this directly

Calls 1

findTableRegionsMethod · 0.80

Tested by

no test coverage detected