Packages that use org.apache.hadoop.hbase.client.ConnectionRegistry
-
Uses of org.apache.hadoop.hbase.client.ConnectionRegistry in org.apache.hadoop.hbase.client
class
org.apache.hadoop.hbase.client.MasterRegistry
class
org.apache.hadoop.hbase.client.RegionServerRegistry
Connection registry implementation for region server.
class
org.apache.hadoop.hbase.client.RpcConnectionRegistry
Rpc based connection registry.
org.apache.hadoop.hbase.client.ConnectionRegistry
AsyncConnectionImpl.getConnectionRegistry()
org.apache.hadoop.hbase.client.ConnectionRegistry
ClusterConnection.getConnectionRegistry()
Get the ConnectionRegistry
used to orient this cluster.
org.apache.hadoop.hbase.client.ConnectionRegistry
ConnectionImplementation.getConnectionRegistry()
static org.apache.hadoop.hbase.client.ClusterConnection
ServerConnectionUtils.createShortCircuitConnection(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.security.User user,
org.apache.hadoop.hbase.ServerName serverName,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface client,
org.apache.hadoop.hbase.client.ConnectionRegistry registry)
Creates a short-circuit connection that can bypass the RPC layer (serialization,
deserialization, networking, etc..) when talking to a local server.
AsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.ConnectionRegistry registry,
String clusterId,
org.apache.hadoop.hbase.security.User user)
AsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.ConnectionRegistry registry,
String clusterId,
org.apache.hadoop.hbase.security.User user,
Map<String,byte[]> connectionAttributes)