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
Connection registry implementation for region server.class
Rpc based connection registry.(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
private final ConnectionRegistry
ConnectionImplementation.registry
Cluster registry of basic info such as clusterid and meta region location.Modifier and TypeMethodDescriptionAsyncConnectionImpl.getConnectionRegistry()
ClusterConnection.getConnectionRegistry()
Get theConnectionRegistry
used to orient this cluster.ConnectionImplementation.getConnectionRegistry()
(package private) static ConnectionRegistry
ConnectionRegistryFactory.getRegistry
(org.apache.hadoop.conf.Configuration conf, User user) Returns The connection registry implementation to use.Modifier and TypeMethodDescriptionstatic ClusterConnection
ServerConnectionUtils.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.ModifierConstructorDescriptionAsyncConnectionImpl
(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.private
ShortCircuitingClusterConnection
(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)