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 TypeClassDescriptionclass
org.apache.hadoop.hbase.client.MasterRegistry
Deprecated.Since 2.5.0, will be removed in 4.0.0.class
org.apache.hadoop.hbase.client.RegionServerRegistry
Connection registry implementation for region server.class
org.apache.hadoop.hbase.client.RpcConnectionRegistry
Rpc 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.ConnectionRegistry
AsyncConnectionImpl.getConnectionRegistry()
org.apache.hadoop.hbase.client.ConnectionRegistry
ClusterConnection.getConnectionRegistry()
Get theConnectionRegistry
used to orient this cluster.org.apache.hadoop.hbase.client.ConnectionRegistry
ConnectionImplementation.getConnectionRegistry()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ConnectionRegistry in inModifier and TypeMethodDescriptionstatic 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.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, 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)