Class TestWALEntrySinkFilter.DevNullConnectionRegistry
java.lang.Object
org.apache.hadoop.hbase.client.DoNothingConnectionRegistry
org.apache.hadoop.hbase.replication.regionserver.TestWALEntrySinkFilter.DevNullConnectionRegistry
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.hadoop.hbase.client.ConnectionRegistry
- Enclosing class:
- TestWALEntrySinkFilter
public static class TestWALEntrySinkFilter.DevNullConnectionRegistry
extends DoNothingConnectionRegistry
-
Constructor Summary
ConstructorDescriptionDevNullConnectionRegistry
(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, getConnectionString, getMetaRegionLocations
-
Constructor Details
-
DevNullConnectionRegistry
public DevNullConnectionRegistry(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
-