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.classConnection registry implementation for region server.classRpc based connection registry.(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.registryprivate final ConnectionRegistryConnectionImplementation.registryCluster registry of basic info such as clusterid and meta region location.Methods in org.apache.hadoop.hbase.client that return ConnectionRegistryModifier and TypeMethodDescriptionAsyncConnectionImpl.getConnectionRegistry()ClusterConnection.getConnectionRegistry()Get theConnectionRegistryused to orient this cluster.ConnectionImplementation.getConnectionRegistry()(package private) static ConnectionRegistryConnectionRegistryFactory.getRegistry(org.apache.hadoop.conf.Configuration conf, User user) Returns The connection registry implementation to use.Methods in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryModifier and TypeMethodDescriptionstatic ClusterConnectionServerConnectionUtils.createShortCircuitConnection(org.apache.hadoop.conf.Configuration conf, User user, ServerName serverName, org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface client, ConnectionRegistry registry) Creates a short-circuit connection that can bypass the RPC layer (serialization, deserialization, networking, etc..) when talking to a local server.Constructors in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryModifierConstructorDescriptionAsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, String clusterId, User user) AsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf, ConnectionRegistry registry, String clusterId, User user, Map<String, byte[]> connectionAttributes) (package private)AsyncMetaRegionLocator(ConnectionRegistry registry) (package private)ConnectionImplementation(org.apache.hadoop.conf.Configuration conf, ExecutorService pool, User user, ConnectionRegistry registry) Constructor, for creating cluster connection with provided ConnectionRegistry.(package private)ConnectionImplementation(org.apache.hadoop.conf.Configuration conf, ExecutorService pool, User user, ConnectionRegistry registry, Map<String, byte[]> connectionAttributes) Constructor, for creating cluster connection with provided ConnectionRegistry.privateShortCircuitingClusterConnection(org.apache.hadoop.conf.Configuration conf, User user, ServerName serverName, org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface client, ConnectionRegistry registry)