(final Object unused)
| 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) + ", " |
nothing calls this directly
no test coverage detected