Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
private MetricsHBaseServer |
NettyRpcServerRequestDecoder.metrics |
private MetricsHBaseServer |
NettyRpcServerResponseEncoder.metrics |
protected MetricsHBaseServer |
RpcServer.metrics |
Modifier and Type | Method and Description |
---|---|
MetricsHBaseServer |
RpcServerInterface.getMetrics()
Returns the metrics instance for reporting RPC call statistics
|
MetricsHBaseServer |
RpcServer.getMetrics()
Returns the metrics instance for reporting RPC call statistics
|
Constructor and Description |
---|
NettyRpcServerRequestDecoder(org.apache.hbase.thirdparty.io.netty.channel.group.ChannelGroup allChannels,
MetricsHBaseServer metrics) |
NettyRpcServerResponseEncoder(MetricsHBaseServer metrics) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.