@InterfaceAudience.Private class DoNothingConnectionRegistry extends Object implements org.apache.hadoop.hbase.client.ConnectionRegistry
| Constructor and Description | 
|---|
DoNothingConnectionRegistry(org.apache.hadoop.conf.Configuration conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
CompletableFuture<org.apache.hadoop.hbase.ServerName> | 
getActiveMaster()  | 
CompletableFuture<String> | 
getClusterId()  | 
String | 
getConnectionString()  | 
CompletableFuture<org.apache.hadoop.hbase.RegionLocations> | 
getMetaRegionLocations()  | 
public DoNothingConnectionRegistry(org.apache.hadoop.conf.Configuration conf)
public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocations()
getMetaRegionLocations in interface org.apache.hadoop.hbase.client.ConnectionRegistrypublic CompletableFuture<String> getClusterId()
getClusterId in interface org.apache.hadoop.hbase.client.ConnectionRegistrypublic CompletableFuture<org.apache.hadoop.hbase.ServerName> getActiveMaster()
getActiveMaster in interface org.apache.hadoop.hbase.client.ConnectionRegistrypublic String getConnectionString()
getConnectionString in interface org.apache.hadoop.hbase.client.ConnectionRegistrypublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.hadoop.hbase.client.ConnectionRegistryCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.