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) classBase class for rpc based connection registry implementation.classDeprecated.Since 2.5.0, will be removed in 4.0.0.classRpc based connection registry.(package private) classAConnectionRegistryimplementation used at server side, where we could use theConnectionRegistryEndpointdirectly, without any rpcs.(package private) classDeprecated.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 ConnectionRegistryAsyncConnectionImpl.registryprivate final ConnectionRegistryAsyncMetaRegionLocator.registryMethods in org.apache.hadoop.hbase.client that return ConnectionRegistryModifier and TypeMethodDescription(package private) static ConnectionRegistryReturns the connection registry implementation to use, for the given connection urluri.(package private) static ConnectionRegistryReturns the connection registry implementation to use.Instantiate theConnectionRegistryusing 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 AsyncClusterConnectionClusterConnectionFactory.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)