Package org.apache.hadoop.hbase.client
Class TestConnectionRegistryLeak.ConnectionRegistryForTest
java.lang.Object
org.apache.hadoop.hbase.client.DoNothingConnectionRegistry
org.apache.hadoop.hbase.client.TestConnectionRegistryLeak.ConnectionRegistryForTest
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.hadoop.hbase.client.ConnectionRegistry
- Enclosing class:
- TestConnectionRegistryLeak
public static final class TestConnectionRegistryLeak.ConnectionRegistryForTest
extends DoNothingConnectionRegistry
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConnectionRegistryForTest
(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
getActiveMaster, getConnectionString, getMetaRegionLocations
-
Field Details
-
closed
-
-
Constructor Details
-
ConnectionRegistryForTest
public ConnectionRegistryForTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user)
-
-
Method Details
-
getClusterId
- Specified by:
getClusterId
in interfaceorg.apache.hadoop.hbase.client.ConnectionRegistry
- Overrides:
getClusterId
in classDoNothingConnectionRegistry
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.hadoop.hbase.client.ConnectionRegistry
- Overrides:
close
in classDoNothingConnectionRegistry
-