接口 ConnectionMetricsCollector


public interface ConnectionMetricsCollector
connection count metrics collector.
作者:
shiyiyue
  • 方法详细资料

    • getName

      String getName()
      get collector name.
      返回:
    • getTotalCount

      int getTotalCount()
      get total count.
      返回:
    • getCountForIp

      int getCountForIp(String ip)
      get count for ip.
      参数:
      ip - ip.
      返回: