(final ArrayList<KeyValue> arg)
| 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 | } |
nothing calls this directly
no test coverage detected