Package org.apache.hadoop.hbase.client
Class TestAsyncMetaRegionLocatorFailFast.FaultyConnectionRegistry
java.lang.Object
org.apache.hadoop.hbase.client.DoNothingConnectionRegistry
org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocatorFailFast.FaultyConnectionRegistry
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.hadoop.hbase.client.ConnectionRegistry
- Enclosing class:
- TestAsyncMetaRegionLocatorFailFast
private static final class TestAsyncMetaRegionLocatorFailFast.FaultyConnectionRegistry
extends DoNothingConnectionRegistry
-
Constructor Summary
ConstructorDescriptionFaultyConnectionRegistry
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.client.DoNothingConnectionRegistry
close, getActiveMaster, getClusterId, getConnectionString
-
Constructor Details
-
FaultyConnectionRegistry
public FaultyConnectionRegistry(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user)
-
-
Method Details
-
getMetaRegionLocations
- Specified by:
getMetaRegionLocations
in interfaceorg.apache.hadoop.hbase.client.ConnectionRegistry
- Overrides:
getMetaRegionLocations
in classDoNothingConnectionRegistry
-