|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricsConnection | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.ipc |
Uses of MetricsConnection in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return MetricsConnection | |
---|---|
MetricsConnection |
HConnectionManager.HConnectionImplementation.getConnectionMetrics()
|
MetricsConnection |
HConnection.getConnectionMetrics()
|
Uses of MetricsConnection in org.apache.hadoop.hbase.ipc |
---|
Fields in org.apache.hadoop.hbase.ipc declared as MetricsConnection | |
---|---|
protected MetricsConnection |
RpcClient.metrics
|
Constructors in org.apache.hadoop.hbase.ipc with parameters of type MetricsConnection | |
---|---|
RpcClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
MetricsConnection metrics)
Construct an IPC client for the cluster clusterId with the default SocketFactory |
|
RpcClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
SocketAddress localAddr,
MetricsConnection metrics)
Construct an IPC client for the cluster clusterId with the default SocketFactory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |