@InterfaceAudience.Private class DoNothingConnectionRegistry extends Object
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() |
CompletableFuture<org.apache.hadoop.hbase.RegionLocations> |
getMetaRegionLocations() |
public DoNothingConnectionRegistry(org.apache.hadoop.conf.Configuration conf)
public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocations()
public CompletableFuture<String> getClusterId()
public CompletableFuture<org.apache.hadoop.hbase.ServerName> getActiveMaster()
public void close()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.