Uses of Interface
org.apache.hadoop.hbase.client.ConnectionRegistryEndpoint
Package
Description
Provides HBase Client
-
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase
Modifier 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
Modifier and TypeFieldDescriptionprivate final ConnectionRegistryEndpoint
ShortCircuitConnectionRegistry.endpoint
Modifier 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
.ModifierConstructorDescription -
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
HMaster is the "master server" for HBase.static class
-
Uses of ConnectionRegistryEndpoint in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
HRegionServer makes a set of HRegions available to clients.