static class TestClientNoCluster.SimpleRegistry extends DoNothingAsyncRegistry
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<Integer> |
getCurrentNrHRS() |
CompletableFuture<org.apache.hadoop.hbase.RegionLocations> |
getMetaRegionLocation() |
close, getMasterAddress, getMasterInfoPort
final org.apache.hadoop.hbase.ServerName META_HOST
public SimpleRegistry(org.apache.hadoop.conf.Configuration conf)
public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocation()
getMetaRegionLocation
in class DoNothingAsyncRegistry
public CompletableFuture<String> getClusterId()
getClusterId
in class DoNothingAsyncRegistry
public CompletableFuture<Integer> getCurrentNrHRS()
getCurrentNrHRS
in class DoNothingAsyncRegistry
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.