@InternalApi public class BigtableConnectionRegistry extends Object
| Constructor and Description |
|---|
BigtableConnectionRegistry() |
BigtableConnectionRegistry(org.apache.hadoop.conf.Configuration ignored) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<ServerName> |
getActiveMaster() |
CompletableFuture<String> |
getClusterId() |
CompletableFuture<RegionLocations> |
getMetaRegionLocations() |
public BigtableConnectionRegistry()
public BigtableConnectionRegistry(org.apache.hadoop.conf.Configuration ignored)
public CompletableFuture<RegionLocations> getMetaRegionLocations()
public CompletableFuture<String> getClusterId()
public CompletableFuture<ServerName> getActiveMaster()
public void close()