Uses of Interface
org.apache.hadoop.hbase.client.ConnectionRegistry
-
Uses of ConnectionRegistry in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
Base class for rpc based connection registry implementation.class
Deprecated.Since 2.5.0, will be removed in 4.0.0.class
Rpc based connection registry.(package private) class
AConnectionRegistry
implementation used at server side, where we could use theConnectionRegistryEndpoint
directly, without any rpcs.(package private) class
Deprecated.As of 2.6.0, replaced byRpcConnectionRegistry
, which is the default connection mechanism as of 3.0.0.Modifier and TypeFieldDescription(package private) final ConnectionRegistry
AsyncConnectionImpl.registry
private final ConnectionRegistry
AsyncMetaRegionLocator.registry
Modifier and TypeMethodDescription(package private) static ConnectionRegistry
Returns the connection registry implementation to use, for the given connection urluri
.(package private) static ConnectionRegistry
Returns the connection registry implementation to use.Instantiate theConnectionRegistry
using the given parameters.RpcConnectionRegistryURIFactory.create
(URI uri, org.apache.hadoop.conf.Configuration conf, User user) ZKConnectionRegistryURIFactory.create
(URI uri, org.apache.hadoop.conf.Configuration conf, User user) AsyncConnectionImpl.getConnectionRegistry()
Modifier and TypeMethodDescriptionprivate static AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, SocketAddress localAddress, User user) ModifierConstructorDescriptionAsyncClusterConnectionImpl
(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, String clusterId, SocketAddress localAddress, User user) AsyncConnectionImpl
(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, String clusterId, SocketAddress localAddress, User user) AsyncConnectionImpl
(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, String clusterId, SocketAddress localAddress, User user, Map<String, byte[]> connectionAttributes) (package private)
AsyncMetaRegionLocator
(ConnectionRegistry registry)