return new RegionLocations(new HRegionLocation(HRegionInfo.FIRST_META_REGIONINFO,META_HOST)); | return CompletableFuture.completedFuture(new RegionLocations(new HRegionLocation(RegionInfoBuilder.FIRST_META_REGIONINFO,META_HOST))); | new RegionLocations(new HRegionLocation(HRegionInfo.FIRST_META_REGIONINFO,META_HOST)) | CompletableFuture.completedFuture(new RegionLocations(new HRegionLocation(RegionInfoBuilder.FIRST_META_REGIONINFO,META_HOST))) | hbase | 72270866cbacbcfd10f2ad2cce33362577eeef4d | org.apache.hadoop.hbase.client.TestClientNoCluster.SimpleRegistry | | _1 | getMetaRegionLocation |
---|
_2 | getMetaRegionLocation |
---|
| | - org.apache.hadoop.hbase.RegionLocations
- java.util.concurrent.CompletableFuture
- org.apache.hadoop.hbase.HRegionLocation
| | Returns | True |