Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Modifier and Type | Method and Description |
---|---|
MetricsConnection |
ClusterConnection.getConnectionMetrics() |
Constructor and Description |
---|
MetaCache(MetricsConnection metrics) |
Modifier and Type | Field and Description |
---|---|
protected MetricsConnection |
AbstractRpcClient.metrics |
Modifier and Type | Method and Description |
---|---|
static RpcClient |
RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
MetricsConnection metrics)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|
static RpcClient |
RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
SocketAddress localAddr,
MetricsConnection metrics)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|
Constructor and Description |
---|
AbstractRpcClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
SocketAddress localAddr,
MetricsConnection metrics)
Construct an IPC client for the cluster
clusterId |
AsyncRpcClient(org.apache.hadoop.conf.Configuration configuration,
String clusterId,
SocketAddress localAddress,
MetricsConnection metrics)
Constructor
|
AsyncRpcClient(org.apache.hadoop.conf.Configuration configuration,
String clusterId,
SocketAddress localAddress,
MetricsConnection metrics,
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> channelInitializer)
Constructor for tests
|
RpcClientImpl(org.apache.hadoop.conf.Configuration conf,
String clusterId,
SocketAddress localAddr,
MetricsConnection metrics)
Construct an IPC client for the cluster
clusterId with the default SocketFactory
This method is called with reflection by the RpcClientFactory to create an instance |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.