Uses of Interface
org.apache.hadoop.hbase.client.ConnectionRegistry
Packages that use ConnectionRegistry
-
Uses of ConnectionRegistry in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement ConnectionRegistryModifier 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.Fields in org.apache.hadoop.hbase.client declared as ConnectionRegistryModifier and TypeFieldDescription(package private) final ConnectionRegistry
AsyncConnectionImpl.registry
private final ConnectionRegistry
AsyncMetaRegionLocator.registry
Methods in org.apache.hadoop.hbase.client that return ConnectionRegistryModifier 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()
Methods in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryModifier and TypeMethodDescriptionprivate static AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, SocketAddress localAddress, User user) Constructors in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryModifierConstructorDescriptionAsyncClusterConnectionImpl
(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)