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.RegionServerRegistryConnection registry implementation for region server.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.ConnectionRegistryAsyncConnectionImpl.getConnectionRegistry()org.apache.hadoop.hbase.client.ConnectionRegistryClusterConnection.getConnectionRegistry()Get theConnectionRegistryused to orient this cluster.org.apache.hadoop.hbase.client.ConnectionRegistryConnectionImplementation.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.ClusterConnectionServerConnectionUtils.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)