Package org.apache.pulsar.proxy.stats
Class ConnectionStats
java.lang.Object
org.apache.pulsar.proxy.stats.ConnectionStats
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledouble -
Constructor Summary
ConstructorsConstructorDescriptionConnectionStats(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel) -
Method Summary
-
Field Details
-
requestRate
public double requestRate -
byteRate
public double byteRate -
clientAddress
-
brokerAddress
-
-
Constructor Details
-
ConnectionStats
public ConnectionStats(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel)
-