Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractRpcBasedConnectionRegistry
Base class for rpc based connection registry implementation.
|
class |
MasterRegistry
Deprecated.
Since 2.5.0, will be removed in 4.0.0. Use
RpcConnectionRegistry instead. |
class |
RegionServerRegistry
Connection registry implementation for region server.
|
class |
RpcConnectionRegistry
Rpc based connection registry.
|
(package private) class |
ZKConnectionRegistry
Zookeeper based registry implementation.
|
Modifier and Type | Field and Description |
---|---|
private ConnectionRegistry |
ConnectionImplementation.registry
Cluster registry of basic info such as clusterid and meta region location.
|
(package private) ConnectionRegistry |
AsyncConnectionImpl.registry |
private ConnectionRegistry |
AsyncMetaRegionLocator.registry |
Modifier and Type | Method and Description |
---|---|
ConnectionRegistry |
ClusterConnection.getConnectionRegistry()
Get the
ConnectionRegistry used to orient this cluster. |
ConnectionRegistry |
ConnectionImplementation.getConnectionRegistry() |
ConnectionRegistry |
AsyncConnectionImpl.getConnectionRegistry() |
(package private) static ConnectionRegistry |
ConnectionRegistryFactory.getRegistry(org.apache.hadoop.conf.Configuration conf)
Returns The connection registry implementation to use.
|
Modifier and Type | Method and Description |
---|---|
static ClusterConnection |
ServerConnectionUtils.createShortCircuitConnection(org.apache.hadoop.conf.Configuration conf,
User user,
ServerName serverName,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface client,
ConnectionRegistry registry)
Creates a short-circuit connection that can bypass the RPC layer (serialization,
deserialization, networking, etc..) when talking to a local server.
|
Constructor and Description |
---|
AsyncConnectionImpl(org.apache.hadoop.conf.Configuration conf,
ConnectionRegistry registry,
String clusterId,
User user) |
AsyncMetaRegionLocator(ConnectionRegistry registry) |
ConnectionImplementation(org.apache.hadoop.conf.Configuration conf,
ExecutorService pool,
User user,
ConnectionRegistry registry)
Constructor, for creating cluster connection with provided ConnectionRegistry.
|
ShortCircuitingClusterConnection(org.apache.hadoop.conf.Configuration conf,
User user,
ServerName serverName,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface client,
ConnectionRegistry registry) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.