类 com.taobao.metamorphosis.client.StatsResult
的使用

使用 StatsResult 的软件包
com.taobao.metamorphosis.client   
 

com.taobao.metamorphosis.clientStatsResult 的使用
 

返回 StatsResultcom.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.
 



Copyright © 2010–2013. All rights reserved.