static class TestClientNoCluster.SimpleRegistry extends DoNothingConnectionRegistry
Modifier and Type | Field and Description |
---|---|
(package private) org.apache.hadoop.hbase.ServerName |
META_HOST |
Constructor and Description |
---|
SimpleRegistry(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<String> |
getClusterId() |
CompletableFuture<org.apache.hadoop.hbase.RegionLocations> |
getMetaRegionLocations() |
close, getActiveMaster, getConnectionString
final org.apache.hadoop.hbase.ServerName META_HOST
public SimpleRegistry(org.apache.hadoop.conf.Configuration conf)
public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocations()
getMetaRegionLocations
in interface org.apache.hadoop.hbase.client.ConnectionRegistry
getMetaRegionLocations
in class DoNothingConnectionRegistry
public CompletableFuture<String> getClusterId()
getClusterId
in interface org.apache.hadoop.hbase.client.ConnectionRegistry
getClusterId
in class DoNothingConnectionRegistry
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.