类 ConnectionStats

java.lang.Object
org.apache.pulsar.proxy.stats.ConnectionStats

public class ConnectionStats extends Object
  • 字段详细资料

    • requestRate

      public double requestRate
    • byteRate

      public double byteRate
    • clientAddress

      public String clientAddress
    • brokerAddress

      public String brokerAddress
  • 构造器详细资料

    • ConnectionStats

      public ConnectionStats(double requestRate, double byteRate, io.netty.channel.Channel inboundChannel, io.netty.channel.Channel outboundChannel)