Uses of Interface
org.apache.hadoop.hbase.client.ConnectionRegistry
Packages that use org.apache.hadoop.hbase.client.ConnectionRegistry
-
Uses of org.apache.hadoop.hbase.client.ConnectionRegistry in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.ConnectionRegistry in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.MasterRegistryDeprecated.Since 2.5.0, will be removed in 4.0.0.classorg.apache.hadoop.hbase.client.RpcConnectionRegistryRpc based connection registry.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.ConnectionRegistry in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ConnectionRegistryConnectionRegistryURIFactory.create(URI uri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) Instantiate theConnectionRegistryusing the given parameters.org.apache.hadoop.hbase.client.ConnectionRegistryRpcConnectionRegistryURIFactory.create(URI uri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) org.apache.hadoop.hbase.client.ConnectionRegistryZKConnectionRegistryURIFactory.create(URI uri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) org.apache.hadoop.hbase.client.ConnectionRegistryAsyncConnectionImpl.getConnectionRegistry()Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ConnectionRegistry in inModifierConstructorDescriptionAsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionRegistry registry, String clusterId, SocketAddress localAddress, org.apache.hadoop.hbase.security.User user) AsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionRegistry registry, String clusterId, SocketAddress localAddress, org.apache.hadoop.hbase.security.User user, Map<String, byte[]> connectionAttributes)