|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 StatsResult 的软件包 | |
---|---|
com.taobao.metamorphosis.client |
com.taobao.metamorphosis.client 中 StatsResult 的使用 |
---|
返回 StatsResult 的 com.taobao.metamorphosis.client 中的方法 | |
---|---|
StatsResult |
MetaMessageSessionFactory.getStats(InetSocketAddress target)
|
StatsResult |
MessageSessionFactory.getStats(InetSocketAddress target)
Get statistics information from special broker.If the broker is not connected in this session factory,it will return null. |
StatsResult |
MetaMessageSessionFactory.getStats(InetSocketAddress target,
String item)
|
StatsResult |
MessageSessionFactory.getStats(InetSocketAddress target,
String item)
Get item statistics information from special broker.If the broker is not connected in this session factory,it will return null. |
返回变量类型为 StatsResult 的类型的 com.taobao.metamorphosis.client 中的方法 | |
---|---|
Map<InetSocketAddress,StatsResult> |
MetaMessageSessionFactory.getStats()
|
Map<InetSocketAddress,StatsResult> |
MessageSessionFactory.getStats()
Get statistics information from all brokers in this session factory. |
Map<InetSocketAddress,StatsResult> |
MetaMessageSessionFactory.getStats(String item)
|
Map<InetSocketAddress,StatsResult> |
MessageSessionFactory.getStats(String item)
Get item statistics information from all brokers in this session factory. |
|
||||||||||
上一个 下一个 | 框架 无框架 |