接口 ConnectionMetricsCollector
public interface ConnectionMetricsCollector
connection count metrics collector.
- 作者:
- shiyiyue
-
方法概要
修饰符和类型方法说明intgetCountForIp(String ip) get count for ip.getName()get collector name.intget total count.
-
方法详细资料
-
getName
String getName()get collector name.- 返回:
-
getTotalCount
int getTotalCount()get total count.- 返回:
-
getCountForIp
get count for ip.- 参数:
ip- ip.- 返回:
-