Uses of Interface
org.apache.hadoop.hbase.client.ConnectionRegistryEndpoint
Packages that use ConnectionRegistryEndpoint
Package
Description
Provides HBase Client
-
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ConnectionRegistryEndpointModifier and TypeClassDescriptionclassHBaseServerBase<R extends HBaseRpcServicesBase<?>>Base class for hbase services, such as master or region server.static classDeprecated.Subclass so can get at protected methods (none at moment). -
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ConnectionRegistryEndpointModifier and TypeFieldDescriptionprivate final ConnectionRegistryEndpointShortCircuitConnectionRegistry.endpointMethods in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryEndpointModifier and TypeMethodDescriptionstatic AsyncClusterConnectionClusterConnectionFactory.createAsyncClusterConnection(ConnectionRegistryEndpoint endpoint, org.apache.hadoop.conf.Configuration conf, SocketAddress localAddress, User user) Create a newAsyncClusterConnectioninstance to be used at server side where we have aConnectionRegistryEndpoint.Constructors in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryEndpointModifierConstructorDescription -
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase.master
Classes in org.apache.hadoop.hbase.master that implement ConnectionRegistryEndpointModifier and TypeClassDescriptionclassHMaster is the "master server" for HBase.static class -
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement ConnectionRegistryEndpointModifier and TypeClassDescriptionclassHRegionServer makes a set of HRegions available to clients.