类 ConnectionStats
java.lang.Object
org.apache.pulsar.proxy.stats.ConnectionStats
-
字段概要
字段 -
构造器概要
构造器构造器说明ConnectionStats(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel) -
方法概要
-
字段详细资料
-
requestRate
public double requestRate -
byteRate
public double byteRate -
clientAddress
-
brokerAddress
-
-
构造器详细资料
-
ConnectionStats
public ConnectionStats(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel)
-