@InterfaceAudience.Private class DoNothingAsyncRegistry extends Object
| Constructor and Description | 
|---|
DoNothingAsyncRegistry(org.apache.hadoop.conf.Configuration conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
CompletableFuture<String> | 
getClusterId()  | 
CompletableFuture<Integer> | 
getCurrentNrHRS()  | 
CompletableFuture<org.apache.hadoop.hbase.ServerName> | 
getMasterAddress()  | 
CompletableFuture<Integer> | 
getMasterInfoPort()  | 
CompletableFuture<org.apache.hadoop.hbase.RegionLocations> | 
getMetaRegionLocation()  | 
public DoNothingAsyncRegistry(org.apache.hadoop.conf.Configuration conf)
public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocation()
public CompletableFuture<String> getClusterId()
public CompletableFuture<Integer> getCurrentNrHRS()
public CompletableFuture<org.apache.hadoop.hbase.ServerName> getMasterAddress()
public CompletableFuture<Integer> getMasterInfoPort()
public void close()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.