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 TypeClassDescriptionclass
HBaseServerBase<R extends HBaseRpcServicesBase<?>>
Base class for hbase services, such as master or region server.static class
Deprecated.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 ConnectionRegistryEndpoint
ShortCircuitConnectionRegistry.endpoint
Methods in org.apache.hadoop.hbase.client with parameters of type ConnectionRegistryEndpointModifier and TypeMethodDescriptionstatic AsyncClusterConnection
ClusterConnectionFactory.createAsyncClusterConnection
(ConnectionRegistryEndpoint endpoint, org.apache.hadoop.conf.Configuration conf, SocketAddress localAddress, User user) Create a newAsyncClusterConnection
instance 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 TypeClassDescriptionclass
HMaster 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 TypeClassDescriptionclass
HRegionServer makes a set of HRegions available to clients.